deploy(gx10): restore DeviceManagement agent heartbeat auth
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user