mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
Merge 97ad4630d8 into 9e74cc0e57
This commit is contained in:
commit
61ff11cc2c
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ metadata:
|
|||
{{- toYaml .Values.service.annotations | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
{{- if and (eq .Values.service.type "LoadBalancer") .Values.service.loadBalancerClass }}
|
||||
loadBalancerClass: {{ .Values.service.loadBalancerClass | quote }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ securityContext:
|
|||
|
||||
service:
|
||||
type: ClusterIP # LoadBalancer, NodePort, ClusterIP
|
||||
loadBalancerClass: ""
|
||||
port: 3080
|
||||
targetPort: 3080
|
||||
containerPort: 3080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue