Testdays - deploymentconfig -> deployment, mk7
This commit is contained in:
parent
4cd41cd5c8
commit
966018d762
2 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ spec:
|
|||
targetPort: 8080
|
||||
selector:
|
||||
app: testdays
|
||||
service: testdays
|
||||
service: testdaysN
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
@ -29,4 +29,4 @@ spec:
|
|||
targetPort: 8080
|
||||
selector:
|
||||
app: resultsdb
|
||||
service: resultsdb
|
||||
service: resultsdbN
|
||||
|
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
|||
metadata:
|
||||
labels:
|
||||
app: testdays
|
||||
service: testdays
|
||||
service: testdaysN
|
||||
name: testdays
|
||||
annotations:
|
||||
image.openshift.io/triggers: >-
|
||||
|
@ -14,12 +14,12 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: testdays
|
||||
service: testdays
|
||||
service: testdaysN
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: testdays
|
||||
service: testdays
|
||||
service: testdaysN
|
||||
spec:
|
||||
containers:
|
||||
- name: testdays
|
||||
|
@ -62,7 +62,7 @@ kind: Deployment
|
|||
metadata:
|
||||
labels:
|
||||
app: resultsdb
|
||||
service: resultsdb
|
||||
service: resultsdbN
|
||||
name: resultsdb
|
||||
annotations:
|
||||
image.openshift.io/triggers: >-
|
||||
|
@ -72,12 +72,12 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: resultsdb
|
||||
service: resultsdb
|
||||
service: resultsdbN
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: resultsdb
|
||||
service: resultsdb
|
||||
service: resultsdbN
|
||||
spec:
|
||||
containers:
|
||||
- name: resultsdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue