deploy(gx10): add DeviceManagement enrollment profile endpoint

This commit is contained in:
Robot
2026-06-18 00:21:16 -05:00
parent 65af283aea
commit 8b1f8df3dd

View File

@@ -121,6 +121,30 @@
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubNanoMdmApiPath",
"value": "/api/v1/nanomdm/"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__EnrollmentProfileDownloadUrl",
"value": "https://devices.iamworkin.lan/api/v1/apple-mdm/enrollment-profile.mobileconfig"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__MdmServerUrl",
"value": "https://mdm.iamworkin.lan/mdm"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__MdmCheckInUrl",
"value": "https://mdm.iamworkin.lan/checkin"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__Organization",
"value": "FlowerCore"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__EnrollmentDisplayName",
"value": "FlowerCore Apple MDM"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__ScepName",
"value": "FlowerCore Apple MDM Device Identity"
},
{
"name": "FlowerCore__DeviceManagement__AppleMdm__NanoHubApiKey",
"valueFrom": {
@@ -131,7 +155,7 @@
}
}
],
"image": "localhost/fc-devicemgmt-web:v20260618-mdmn6-c8e748d-r2",
"image": "localhost/fc-devicemgmt-web:v20260618-mdmn3-a25511b",
"imagePullPolicy": "Never",
"livenessProbe": {
"failureThreshold": 3,