deploy(gx10): enable DeviceManagement NanoHUB bridge
This commit is contained in:
@@ -97,11 +97,40 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__EventBus__Redis__Configuration",
|
||||
"value": "redis.fc-redis.svc:6379"
|
||||
}
|
||||
],
|
||||
{
|
||||
"name": "FlowerCore__EventBus__Redis__Configuration",
|
||||
"value": "redis.fc-redis.svc:6379"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__Enabled",
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__GatewayMode",
|
||||
"value": "nanohub"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubBaseUrl",
|
||||
"value": "http://fc-apple-mdm.fc-apple-mdm.svc"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubApiUserName",
|
||||
"value": "nanohub"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubNanoMdmApiPath",
|
||||
"value": "/api/v1/nanomdm/"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubApiKey",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "NANOHUB_API_KEY",
|
||||
"name": "fc-devicemgmt-runtime"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-devicemgmt-web:v20260618-mdmn6-c8e748d-r2",
|
||||
"imagePullPolicy": "Never",
|
||||
"livenessProbe": {
|
||||
|
||||
Reference in New Issue
Block a user