diff --git a/script/helm/garage/templates/service-headless.yaml b/script/helm/garage/templates/service-headless.yaml index 43d8dfa2..7bc9f2cc 100644 --- a/script/helm/garage/templates/service-headless.yaml +++ b/script/helm/garage/templates/service-headless.yaml @@ -6,7 +6,8 @@ metadata: labels: {{- include "garage.labels" . | nindent 4 }} spec: - type: {{ .Values.service.type }} + type: ClusterIP + clusterIP: None ports: - port: {{ .Values.service.s3.api.port }} targetPort: 3900 @@ -18,4 +19,4 @@ spec: name: s3-web selector: {{- include "garage.selectorLabels" . | nindent 4 }} -{{- end }} \ No newline at end of file +{{- end }}