Skip to content

Commit 0a57f72

Browse files
authored
Set service.type to ClusterIP statically for headless services (#2699)
1 parent aa4f45e commit 0a57f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/pyroscope/helm/pyroscope/templates/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ metadata:
3434
{{- include "pyroscope.labels" . | nindent 4 }}
3535
app.kubernetes.io/component: {{ $component | quote }}
3636
spec:
37-
type: {{ .Values.pyroscope.service.type }}
37+
type: ClusterIP
3838
clusterIP: None
3939
ports:
4040
- port: {{ .Values.pyroscope.service.port }}

0 commit comments

Comments
 (0)