Skip to content

Commit

Permalink
fix(appProtocol): ensure appProtocol can be valid without invalidatin…
Browse files Browse the repository at this point in the history
…g probes (#276)
  • Loading branch information
rawkode authored Dec 5, 2024
1 parent 5faa868 commit 680cf0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.65.3
version: 8.7.0
version: 8.7.1
kubeVersion: '>= 1.21.0-0'
icon: https://zitadel.com/zitadel-logo-dark.svg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/zitadel/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
protocol: TCP
name: {{ regexReplaceAll "\\W+" .Values.service.protocol "-" }}-server
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
appProtocol: {{ .Values.service.protocol }}
appProtocol: {{ .Values.service.appProtocol }}
{{- end }}
selector:
{{- include "zitadel.selectorLabels" . | nindent 4 }}
1 change: 1 addition & 0 deletions charts/zitadel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ service:
clusterIP: ""
port: 8080
protocol: http2
appProtocol: kubernetes.io/h2c
annotations: {}
scheme: HTTP

Expand Down

0 comments on commit 680cf0b

Please sign in to comment.