mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
app-service: fix middleware check (#1925)
This commit is contained in:
parent
ec6316e943
commit
9cf65c5d7c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue