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
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: testdays
|
app: testdays
|
||||||
service: testdays
|
service: testdaysN
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
@ -29,4 +29,4 @@ spec:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: resultsdb
|
app: resultsdb
|
||||||
service: resultsdb
|
service: resultsdbN
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: testdays
|
app: testdays
|
||||||
service: testdays
|
service: testdaysN
|
||||||
name: testdays
|
name: testdays
|
||||||
annotations:
|
annotations:
|
||||||
image.openshift.io/triggers: >-
|
image.openshift.io/triggers: >-
|
||||||
|
@ -14,12 +14,12 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: testdays
|
app: testdays
|
||||||
service: testdays
|
service: testdaysN
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: testdays
|
app: testdays
|
||||||
service: testdays
|
service: testdaysN
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: testdays
|
- name: testdays
|
||||||
|
@ -62,7 +62,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: resultsdb
|
app: resultsdb
|
||||||
service: resultsdb
|
service: resultsdbN
|
||||||
name: resultsdb
|
name: resultsdb
|
||||||
annotations:
|
annotations:
|
||||||
image.openshift.io/triggers: >-
|
image.openshift.io/triggers: >-
|
||||||
|
@ -72,12 +72,12 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: resultsdb
|
app: resultsdb
|
||||||
service: resultsdb
|
service: resultsdbN
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: resultsdb
|
app: resultsdb
|
||||||
service: resultsdb
|
service: resultsdbN
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: resultsdb
|
- name: resultsdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue