Commit bde2b29 1 parent bcfd12a commit bde2b29 Copy full SHA for bde2b29
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: zitadel
3
3
description : A Helm chart for ZITADEL
4
4
type : application
5
5
appVersion : " v2.46.0"
6
- version : 7.8 .0
6
+ version : 7.9 .0
7
7
kubeVersion : " >= 1.21.0-0"
8
8
icon : https://zitadel.com/zitadel-logo-dark.svg
9
9
maintainers :
Original file line number Diff line number Diff line change 97
97
httpGet :
98
98
path : /debug/healthz
99
99
port : {{ .Values.service.protocol }}-server
100
+ scheme : {{ .Values.service.scheme }}
100
101
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
101
102
httpHeaders :
102
103
- name : Host
@@ -114,6 +115,7 @@ spec:
114
115
httpGet :
115
116
path : /debug/ready
116
117
port : {{ .Values.service.protocol }}-server
118
+ scheme : {{ .Values.service.scheme }}
117
119
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
118
120
httpHeaders :
119
121
- name : Host
@@ -131,6 +133,7 @@ spec:
131
133
httpGet :
132
134
path : /debug/ready
133
135
port : {{ .Values.service.protocol }}-server
136
+ scheme : {{ .Values.service.scheme }}
134
137
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
135
138
httpHeaders :
136
139
- name : Host
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ service:
126
126
port : 8080
127
127
protocol : http2
128
128
annotations : {}
129
+ scheme : HTTP
129
130
130
131
ingress :
131
132
enabled : false
You can’t perform that action at this time.
0 commit comments