Planet: add configmap and ipa client
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
96c6caefb7
commit
edea4c61b0
1 changed files with 10 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
key: http
|
||||
secret_name: planet-keytab-http
|
||||
service: HTTP
|
||||
host: "planet.apps.ocp{{env_suffix}}.fedoraproject.org"
|
||||
host: "planet{{env_suffix}}.fedoraproject.org"
|
||||
|
||||
- role: openshift/imagestream
|
||||
app: planet
|
||||
|
@ -47,6 +47,14 @@
|
|||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: planet
|
||||
template: configmap.yml
|
||||
objectname: configmap.yml
|
||||
|
||||
- role: openshift/ipa-client
|
||||
app: planet
|
||||
|
||||
- role: openshift/object
|
||||
app: planet
|
||||
file: service.yml
|
||||
|
@ -55,7 +63,7 @@
|
|||
- role: openshift/route
|
||||
app: planet
|
||||
routename: planet
|
||||
host: "planet{{env_suffix}}.fedoraproject.org "
|
||||
host: "planet{{env_suffix}}.fedoraproject.org"
|
||||
serviceport: web
|
||||
servicename: planet-web
|
||||
annotations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue