Skip to content

Commit

Permalink
Add X-Forwarded-Proto to probes
Browse files Browse the repository at this point in the history
  • Loading branch information
ariep committed Dec 6, 2023
1 parent 5a30378 commit b072ad7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/chart/zulip/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
httpHeaders:
- name: Host
value: {{ .Values.zulip.environment.SETTING_EXTERNAL_HOST | quote }}
- name: X-Forwarded-Proto
value: https
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
Expand All @@ -76,6 +78,8 @@ spec:
httpHeaders:
- name: Host
value: {{ .Values.zulip.environment.SETTING_EXTERNAL_HOST | quote }}
- name: X-Forwarded-Proto
value: https
initialDelaySeconds: {{ .Values.startupProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.startupProbe.periodSeconds }}
timeoutSeconds: {{ .Values.startupProbe.timeoutSeconds }}
Expand Down

0 comments on commit b072ad7

Please sign in to comment.