Kanban - deploymentconfig -> deployment, mk5
This commit is contained in:
parent
173f6d9a30
commit
4e5b3427b9
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: kanban
|
app: kanban
|
||||||
service: kanban-web
|
service: kanban-web-old
|
||||||
name: kanban-web
|
name: kanban-web-old
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 0
|
||||||
selector:
|
selector:
|
||||||
|
@ -19,7 +19,7 @@ spec:
|
||||||
deploymentconfig: kanban
|
deploymentconfig: kanban
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kanban-web
|
- name: kanban-web-old
|
||||||
image: kanban:latest
|
image: kanban:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue