forked from phoenix/litellm-mirror
Merge pull request #5222 from ArbitraryCritter/listen-on-ipv6-and-ipv4
Make helm chart listen on IPv6 (and IPv4).
This commit is contained in:
commit
60e02ae5d1
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ spec:
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: HOST
|
||||
value: "0.0.0.0"
|
||||
value: "::"
|
||||
- name: PORT
|
||||
value: {{ .Values.service.port | quote}}
|
||||
{{- if .Values.db.deployStandalone }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue