Commit 55eade9 1 parent fbc97fe commit 55eade9 Copy full SHA for 55eade9
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 84
84
httpGet :
85
85
path : /debug/healthz
86
86
port : {{ .Values.service.protocol }}-server
87
+ scheme : {{ .Values.service.scheme | default "HTTP" }}
87
88
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
88
89
httpHeaders :
89
90
- name : Host
98
99
httpGet :
99
100
path : /debug/ready
100
101
port : {{ .Values.service.protocol }}-server
102
+ scheme : {{ .Values.service.scheme | default "HTTP" }}
101
103
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
102
104
httpHeaders :
103
105
- name : Host
@@ -112,6 +114,7 @@ spec:
112
114
httpGet :
113
115
path : /debug/ready
114
116
port : {{ .Values.service.protocol }}-server
117
+ scheme : {{ .Values.service.scheme | default "HTTP" }}
115
118
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
116
119
httpHeaders :
117
120
- name : Host
You can’t perform that action at this time.
0 commit comments