deploy(gx10): add DeviceManagement enrollment CA runtime

This commit is contained in:
Robot
2026-06-19 06:45:09 -05:00
parent 4c369cc7ec
commit 5ce4f0d1e7
3 changed files with 34 additions and 4 deletions

View File

@@ -155,6 +155,26 @@
}
}
},
{
"name": "FlowerCore__DeviceManagement__EnrollmentCertificateAuthorityCertificatePem",
"valueFrom": {
"secretKeyRef": {
"key": "DEVICE_MANAGEMENT_ENROLLMENT_CA_CERTIFICATE_PEM",
"name": "fc-devicemgmt-runtime",
"optional": true
}
}
},
{
"name": "FlowerCore__DeviceManagement__EnrollmentCertificateAuthorityPrivateKeyPem",
"valueFrom": {
"secretKeyRef": {
"key": "DEVICE_MANAGEMENT_ENROLLMENT_CA_PRIVATE_KEY_PEM",
"name": "fc-devicemgmt-runtime",
"optional": true
}
}
},
{
"name": "FlowerCore__DeviceManagement__AgentMtls__ForwardedCertificateHosts__0",
"value": "devices-agent.iamworkin.lan"
@@ -321,7 +341,7 @@
"value": "true"
}
],
"image": "localhost/fc-devicemgmt-web:v20260619-mtlsder-5131f32",
"image": "localhost/fc-devicemgmt-web:v20260619-enrollca-c54623d",
"imagePullPolicy": "Never",
"livenessProbe": {
"failureThreshold": 3,