Testdays - deploymentconfig -> deployment, mk6
This commit is contained in:
parent
a93afd658b
commit
4cd41cd5c8
2 changed files with 2 additions and 7 deletions
|
@ -77,11 +77,6 @@
|
||||||
object_template: buildconfig.yml
|
object_template: buildconfig.yml
|
||||||
object_objectname: buildconfig.yml
|
object_objectname: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/object
|
|
||||||
object_app: testdays
|
|
||||||
object_template: deploymentconfig.yml
|
|
||||||
object_objectname: deploymentconfig.yml
|
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: testdays
|
object_app: testdays
|
||||||
object_template: deployment.yml
|
object_template: deployment.yml
|
||||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: testdays
|
app: testdays
|
||||||
deploymentconfig: testdays
|
service: testdays
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
@ -29,4 +29,4 @@ spec:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
selector:
|
||||||
app: resultsdb
|
app: resultsdb
|
||||||
deploymentconfig: resultsdb
|
service: resultsdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue