Fix domain and krb5 path
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
8391991196
commit
cefae1c846
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: make the app be real
|
||||
hosts: os_control[0]:os_control_stg[0]
|
||||
hosts: os_control_stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
key: http
|
||||
secret_name: planet-keytab-http
|
||||
service: HTTP
|
||||
host: "{{ env_suffix }}.newplanet.org"
|
||||
host: "planet.apps.ocp{{env_suffix}}.fedoraproject.org"
|
||||
|
||||
- role: openshift/imagestream
|
||||
app: planet
|
||||
|
@ -55,7 +55,7 @@
|
|||
- role: openshift/route
|
||||
app: planet
|
||||
routename: planet
|
||||
host: "{{ env_suffix }}.newplanet.org"
|
||||
host: "planet.{{env_suffix}}.fedoraproject.org "
|
||||
serviceport: web
|
||||
servicename: planet-web
|
||||
annotations:
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
containers:
|
||||
- env:
|
||||
- name: KRB5CCNAME
|
||||
value: FILE:/tmp/tgt
|
||||
value: FILE:/etc/krb5.conf.d/tgt
|
||||
imagePullPolicy: Always
|
||||
name: planet
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue