app-service: fix middleware check (#1925)

This commit is contained in:
hysyeah 2025-10-14 23:28:38 +08:00 committed by GitHub
parent ec6316e943
commit 9cf65c5d7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ spec:
priorityClassName: "system-cluster-critical"
containers:
- name: app-service
image: beclab/app-service:0.4.19
image: beclab/app-service:0.4.20
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
@ -387,7 +387,6 @@ spec:
serviceAccount: os-internal
serviceAccountName: os-internal
priorityClassName: "system-cluster-critical"
hostNetwork: true
containers:
- name: image-service
image: beclab/image-service:0.4.7