[transtats] move USE_X_FORWARDED_HOST envvar to deployconfig
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
7a871eddd8
commit
e3969b828e
2 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,6 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: UPGRADE_PIP_TO_LATEST
|
- name: UPGRADE_PIP_TO_LATEST
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: USE_X_FORWARDED_HOST
|
|
||||||
value: "true"
|
|
||||||
- name: PIP_INDEX_URL
|
- name: PIP_INDEX_URL
|
||||||
- name: TS_AUTH_SYSTEM
|
- name: TS_AUTH_SYSTEM
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
|
@ -46,6 +46,8 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: transtats-secret
|
name: transtats-secret
|
||||||
key: database-password
|
key: database-password
|
||||||
|
- name: USE_X_FORWARDED_HOST
|
||||||
|
value: "true"
|
||||||
- name: SECURE_PROXY_SSL_HEADER_NAME
|
- name: SECURE_PROXY_SSL_HEADER_NAME
|
||||||
value: "HTTP_X_FORWARDED_PROTO"
|
value: "HTTP_X_FORWARDED_PROTO"
|
||||||
- name: SECURE_PROXY_SSL_HEADER_VALUE
|
- name: SECURE_PROXY_SSL_HEADER_VALUE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue