mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat(app-service): auto-suspend app upon evicted or long-pending pod (#1975)
This commit is contained in:
parent
b53dc23d80
commit
910334101c
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: app-service
|
||||
image: beclab/app-service:0.4.25
|
||||
image: beclab/app-service:0.4.26
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue