Kanban - deploymentconfig -> deployment, mk4
This commit is contained in:
parent
c921d5a629
commit
173f6d9a30
2 changed files with 4 additions and 4 deletions
|
@ -13,4 +13,4 @@ spec:
|
|||
targetPort: 8080
|
||||
selector:
|
||||
app: kanban
|
||||
deploymentconfig: kanban-web
|
||||
service: kanban-web
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue