Explicitely set ClusterIP on headless service type
All checks were successful
ci/woodpecker/pr/debug Pipeline was successful

Signed-off-by: maximilien <maximilien@deuxfleurs.fr>
This commit is contained in:
maximilien 2025-03-07 09:17:05 +00:00
parent 0ce5f7eb00
commit d605c4fed1

View file

@ -6,6 +6,7 @@ metadata:
labels:
{{- include "garage.labels" . | nindent 4 }}
spec:
type: ClusterIP
clusterIP: None
ports:
- port: {{ .Values.service.s3.api.port }}