Kanban - deploymentconfig -> deployment, mk4

This commit is contained in:
Josef Skladanka 2024-12-18 10:24:09 +01:00
parent c921d5a629
commit 173f6d9a30
2 changed files with 4 additions and 4 deletions

View file

@ -13,4 +13,4 @@ spec:
targetPort: 8080
selector:
app: kanban
deploymentconfig: kanban-web
service: kanban-web

View file

@ -22,7 +22,7 @@ spec:
- name: kanban-web
image: kanban:latest
ports:
- containerPort: 8080
- containerPort: 8081
resources: {}
env:
{{ load_file('envvars.jinja') | indent(8) }}
@ -35,13 +35,13 @@ spec:
initialDelaySeconds: 5
httpGet:
path: /api/0/probe
port: 8080
port: 8081
livenessProbe:
timeoutSeconds: 25
initialDelaySeconds: 60
httpGet:
path: /api/0/probe
port: 8080
port: 8081
volumes:
- name: kanban-secret-volume
secret: