Skip to content

Commit 55eade9

Browse files
committed
feat: Introduce parameterization to probe schemes
1 parent fbc97fe commit 55eade9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/zitadel/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ spec:
8484
httpGet:
8585
path: /debug/healthz
8686
port: {{ .Values.service.protocol }}-server
87+
scheme: {{ .Values.service.scheme | default "HTTP" }}
8788
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
8889
httpHeaders:
8990
- name: Host
@@ -98,6 +99,7 @@ spec:
9899
httpGet:
99100
path: /debug/ready
100101
port: {{ .Values.service.protocol }}-server
102+
scheme: {{ .Values.service.scheme | default "HTTP" }}
101103
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
102104
httpHeaders:
103105
- name: Host
@@ -112,6 +114,7 @@ spec:
112114
httpGet:
113115
path: /debug/ready
114116
port: {{ .Values.service.protocol }}-server
117+
scheme: {{ .Values.service.scheme | default "HTTP" }}
115118
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
116119
httpHeaders:
117120
- name: Host

0 commit comments

Comments
 (0)