Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Mar 4, 2024
2 parents 21dc095 + 072416e commit 9fa541a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
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.1
version: 7.9.2
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
15 changes: 0 additions & 15 deletions charts/zitadel/templates/tests/test-connection.yaml

This file was deleted.

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 9fa541a

Please sign in to comment.