Skip to content

Commit

Permalink
feat: introduce parameterization to probe schemes (#132)
Browse files Browse the repository at this point in the history
* feat: Introduce parameterization to probe schemes

* move default scheme to values.yaml

---------

Co-authored-by: Elio Bischof <elio@zitadel.com>
  • Loading branch information
pisarz and eliobischof authored Mar 1, 2024
1 parent bcfd12a commit bde2b29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zitadel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: zitadel
description: A Helm chart for ZITADEL
type: application
appVersion: "v2.46.0"
version: 7.8.0
version: 7.9.0
kubeVersion: ">= 1.21.0-0"
icon: https://zitadel.com/zitadel-logo-dark.svg
maintainers:
Expand Down
3 changes: 3 additions & 0 deletions charts/zitadel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ spec:
httpGet:
path: /debug/healthz
port: {{ .Values.service.protocol }}-server
scheme: {{ .Values.service.scheme }}
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
httpHeaders:
- name: Host
Expand All @@ -114,6 +115,7 @@ spec:
httpGet:
path: /debug/ready
port: {{ .Values.service.protocol }}-server
scheme: {{ .Values.service.scheme }}
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
httpHeaders:
- name: Host
Expand All @@ -131,6 +133,7 @@ spec:
httpGet:
path: /debug/ready
port: {{ .Values.service.protocol }}-server
scheme: {{ .Values.service.scheme }}
{{- if .Values.zitadel.configmapConfig.ExternalDomain }}
httpHeaders:
- name: Host
Expand Down
1 change: 1 addition & 0 deletions charts/zitadel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ service:
port: 8080
protocol: http2
annotations: {}
scheme: HTTP

ingress:
enabled: false
Expand Down

0 comments on commit bde2b29

Please sign in to comment.