Testdays: Fix error in bc
This commit is contained in:
parent
e28852c22e
commit
992be42845
1 changed files with 1 additions and 3 deletions
|
@ -47,7 +47,7 @@ spec:
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
value: "{{ testdays_secret_key }}"
|
value: "{{ testdays_secret_key }}"
|
||||||
- name: RESULTSDB_URL
|
- name: RESULTSDB_URL
|
||||||
value: "https://taskotron.fedoraproject.org/resultsdb/results"
|
value: "resultsdb.testdays.svc.cluster.local:8080/api/v2.0"
|
||||||
- name: OPENSHIFT_PROD
|
- name: OPENSHIFT_PROD
|
||||||
value: "1"
|
value: "1"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
@ -121,8 +121,6 @@ spec:
|
||||||
value: "5432"
|
value: "5432"
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
value: "{{ resultsdb_testdays_secret_key }}"
|
value: "{{ resultsdb_testdays_secret_key }}"
|
||||||
- name: RESULTSDB_URL
|
|
||||||
value: "resultsdb.testdays.svc.cluster.local:8080/api/v2.0"
|
|
||||||
- name: OPENSHIFT_PROD
|
- name: OPENSHIFT_PROD
|
||||||
value: "1"
|
value: "1"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue