Update service.yaml (#122)

* Update service.yaml

Add the ability to add a static IP to the load balancer

* Update values.yaml

* Update charts/qdrant/values.yaml

---------

Co-authored-by: Bastian Hofmann <mail@bastianhofmann.de>
This commit is contained in:
Jordan Parker
2024-01-11 19:28:02 +10:00
committed by GitHub
parent 8521d75e95
commit 03a7b29e9e
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ metadata:
{{- end }}
spec:
type: {{ .Values.service.type | default "ClusterIP" }}
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: { .Values.service.loadBalancerIP }}
{{- end }}
ports:
{{- range .Values.service.ports }}
- name: {{ .name }}

View File

@@ -20,6 +20,7 @@ service:
type: ClusterIP
additionalLabels: {}
annotations: {}
loadBalancerIP: ""
ports:
- name: http
port: 6333