Merge pull request #5222 from ArbitraryCritter/listen-on-ipv6-and-ipv4

Make helm chart listen on IPv6 (and IPv4).
This commit is contained in:
Ishaan Jaff 2024-08-28 14:54:09 -07:00 committed by GitHub
commit 60e02ae5d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
env: env:
- name: HOST - name: HOST
value: "0.0.0.0" value: "::"
- name: PORT - name: PORT
value: {{ .Values.service.port | quote}} value: {{ .Values.service.port | quote}}
{{- if .Values.db.deployStandalone }} {{- if .Values.db.deployStandalone }}