[transtats] try setting SECURE_PROXY_SSL_HEADER as an env

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-05-03 20:25:10 +10:00
parent 02fbf0ae50
commit cd1b9149b9

View file

@ -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