Compare commits
1 Commits
018-pagina
...
v1.4.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6058aa6150 |
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: git.juggalol.com/juggalol/reactbin-api:v1.4.0
|
image: git.juggalol.com/juggalol/reactbin-api:v1.4.1
|
||||||
command: ["alembic", "upgrade", "head"]
|
command: ["alembic", "upgrade", "head"]
|
||||||
workingDir: /app
|
workingDir: /app
|
||||||
envFrom:
|
envFrom:
|
||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
runAsUser: 1001
|
runAsUser: 1001
|
||||||
containers:
|
containers:
|
||||||
- name: api
|
- name: api
|
||||||
image: git.juggalol.com/juggalol/reactbin-api:v1.4.0
|
image: git.juggalol.com/juggalol/reactbin-api:v1.4.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ui
|
- name: ui
|
||||||
image: git.juggalol.com/juggalol/reactbin-ui:v1.4.0
|
image: git.juggalol.com/juggalol/reactbin-ui:v1.4.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|||||||
Reference in New Issue
Block a user