[transtats] try setting SECURE_PROXY_SSL_HEADER as an env
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
02fbf0ae50
commit
cd1b9149b9
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ spec:
|
|||
secretKeyRef:
|
||||
name: transtats-secret
|
||||
key: database-password
|
||||
- name: SECURE_PROXY_SSL_HEADER_NAME
|
||||
value: "HTTP_X_FORWARDED_PROTO"
|
||||
- name: SECURE_PROXY_SSL_HEADER_VALUE
|
||||
value: "https"
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue