chore: update towerops image to git.mcintire.me/graham/towerops-web:main-1777398683-e7bca61 [skip ci]
This commit is contained in:
parent
e7bca6174c
commit
08cdbe355b
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ spec:
|
|||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 1 # Allow 3rd pod during rollout to avoid downtime
|
||||
maxSurge: 1 # Allow 3rd pod during rollout to avoid downtime
|
||||
maxUnavailable: 0 # Keep all pods running during rollout
|
||||
minReadySeconds: 10 # Wait 10s after pod is ready before considering it available
|
||||
selector:
|
||||
|
|
@ -32,7 +32,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: migrate
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777396805-e822bc9 # {"$imagepolicy": "flux-system:towerops-web"}
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777398683-e7bca61 # {"$imagepolicy": "flux-system:towerops-web"}
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/app/bin/migrate"]
|
||||
securityContext:
|
||||
|
|
@ -100,7 +100,7 @@ spec:
|
|||
cpu: "500m"
|
||||
containers:
|
||||
- name: towerops
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777396805-e822bc9 # {"$imagepolicy": "flux-system:towerops-web"}
|
||||
image: git.mcintire.me/graham/towerops-web:main-1777398683-e7bca61 # {"$imagepolicy": "flux-system:towerops-web"}
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue