Chore: Set image pull policy

This commit is contained in:
2026-05-07 18:21:43 -04:00
parent 551ddbec3b
commit e34c9f7b7f
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: migrate - name: migrate
imagePullPolicy: Always
image: git.juggalol.com/juggalol/reactbin-api:v1.0.0 image: git.juggalol.com/juggalol/reactbin-api:v1.0.0
command: ["alembic", "upgrade", "head"] command: ["alembic", "upgrade", "head"]
workingDir: /app workingDir: /app

View File

@@ -15,6 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: ui - name: ui
imagePullPolicy: Always
image: git.juggalol.com/juggalol/reactbin-ui:v1.0.0 image: git.juggalol.com/juggalol/reactbin-ui:v1.0.0
ports: ports:
- containerPort: 8080 - containerPort: 8080