Explicitely set ClusterIP on headless service type
All checks were successful
ci/woodpecker/pr/debug Pipeline was successful
All checks were successful
ci/woodpecker/pr/debug Pipeline was successful
Signed-off-by: maximilien <maximilien@deuxfleurs.fr>
This commit is contained in:
parent
0ce5f7eb00
commit
d605c4fed1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue