Skip to content

Commit

Permalink
fix: ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed Jun 3, 2024
1 parent 2c2b6c2 commit b904c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file removed sentry/charts/clickhouse-3.9.0.tgz
Binary file not shown.
4 changes: 4 additions & 0 deletions sentry/templates/_helper-sentry-relay.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ config.yml: |-
mode: {{ .Values.relay.mode }}
{{- end }}
upstream: "http://{{ template "sentry.fullname" . }}-web:{{ .Values.service.externalPort }}/"
{{- if .Values.ipv6 }}
host: "::"
{{- else }}
host: 0.0.0.0
{{- end }}
port: {{ template "relay.port" }}

processing:
Expand Down

0 comments on commit b904c79

Please sign in to comment.