mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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 }}
|
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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue