deploy(gx10): restore DeviceManagement agent heartbeat auth

This commit is contained in:
Robot
2026-06-19 00:22:31 -05:00
parent 0eda4362ce
commit 14d89ba49d
2 changed files with 26 additions and 4 deletions

View File

@@ -137,6 +137,24 @@
}
}
},
{
"name": "Auth__AgentApiKey",
"valueFrom": {
"secretKeyRef": {
"key": "DEVICE_MANAGEMENT_AGENT_API_KEY",
"name": "fc-devicemgmt-runtime"
}
}
},
{
"name": "FlowerCore__Auth__AgentApiKey",
"valueFrom": {
"secretKeyRef": {
"key": "DEVICE_MANAGEMENT_AGENT_API_KEY",
"name": "fc-devicemgmt-runtime"
}
}
},
{
"name": "FlowerCore__EventBus__Redis__Configuration",
"value": "redis.fc-redis.svc:6379"
@@ -295,7 +313,7 @@
"value": "true"
}
],
"image": "localhost/fc-devicemgmt-web:v20260619-agentcert-19befc2",
"image": "localhost/fc-devicemgmt-web:v20260619-agentkey-48b20bc",
"imagePullPolicy": "Never",
"livenessProbe": {
"failureThreshold": 3,