deploy(devicemgmt): roll healthz web image

This commit is contained in:
Andrew Stoltz
2026-06-11 14:27:14 -05:00
parent 3798b7c00e
commit 318252da76

View File

@@ -10,6 +10,8 @@
# Phase 1 production uses a Longhorn RWO PVC at /data/devicemgmt.db. The # Phase 1 production uses a Longhorn RWO PVC at /data/devicemgmt.db. The
# 1Password runtime item stays mounted through env for future MySQL/API-key # 1Password runtime item stays mounted through env for future MySQL/API-key
# cutover, but MySQL is not required for this first product-host rollout. # cutover, but MySQL is not required for this first product-host rollout.
# Image v20260611-healthz is built from FlowerCore.DeviceManagement master
# 3c15f3b, which adds the /healthz alias required by fleet monitoring.
--- ---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
@@ -76,7 +78,7 @@ spec:
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
containers: containers:
- name: web - name: web
image: localhost/fc-devicemgmt-web:v20260610-bluejay image: localhost/fc-devicemgmt-web:v20260611-healthz
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- name: http - name: http
@@ -89,6 +91,8 @@ spec:
value: "Production" value: "Production"
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT - name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
value: "false" value: "false"
- name: HOME
value: "/data"
- name: FlowerCore__Service__Name - name: FlowerCore__Service__Name
value: "FlowerCore.DeviceManagement.Web" value: "FlowerCore.DeviceManagement.Web"
- name: FlowerCore__DeviceManagement__DefaultTenantId - name: FlowerCore__DeviceManagement__DefaultTenantId