deploy(gx10): add DeviceManagement enrollment CA runtime
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user