Explicitely set ClusterIP on headless service type
Signed-off-by: maximilien <maximilien@deuxfleurs.fr>
This commit is contained in:
parent
0ce5f7eb00
commit
d605c4fed1
|
@ -6,6 +6,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "garage.labels" . | nindent 4 }}
|
{{- include "garage.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
ports:
|
ports:
|
||||||
- port: {{ .Values.service.s3.api.port }}
|
- port: {{ .Values.service.s3.api.port }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user