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:
|
||||
{{- include "garage.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
clusterIP: None
|
||||
ports:
|
||||
- port: {{ .Values.service.s3.api.port }}
|
||||
|
|
Loading…
Add table
Reference in a new issue