helm-chart: Fix headless service

Signed-off-by: babykart <babykart@gmail.com>
This commit is contained in:
babykart 2025-03-05 20:26:12 +01:00
parent 516255321f
commit 0ce5f7eb00
No known key found for this signature in database
GPG Key ID: 704F3A91D711365D

View File

@ -6,7 +6,7 @@ metadata:
labels:
{{- include "garage.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
clusterIP: None
ports:
- port: {{ .Values.service.s3.api.port }}
targetPort: 3900
@ -18,4 +18,4 @@ spec:
name: s3-web
selector:
{{- include "garage.selectorLabels" . | nindent 4 }}
{{- end }}
{{- end }}