helm-chart: Fix headless service
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: babykart <babykart@gmail.com>
This commit is contained in:
parent
516255321f
commit
0ce5f7eb00
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue