mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
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:
@@ -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 }}
|
||||
|
||||
@@ -20,6 +20,7 @@ service:
|
||||
type: ClusterIP
|
||||
additionalLabels: {}
|
||||
annotations: {}
|
||||
loadBalancerIP: ""
|
||||
ports:
|
||||
- name: http
|
||||
port: 6333
|
||||
|
||||
Reference in New Issue
Block a user