diff --git a/operations/pyroscope/helm/pyroscope/templates/services.yaml b/operations/pyroscope/helm/pyroscope/templates/services.yaml index af6108bcb4..026110a1cf 100644 --- a/operations/pyroscope/helm/pyroscope/templates/services.yaml +++ b/operations/pyroscope/helm/pyroscope/templates/services.yaml @@ -34,7 +34,7 @@ metadata: {{- include "pyroscope.labels" . | nindent 4 }} app.kubernetes.io/component: {{ $component | quote }} spec: - type: {{ .Values.pyroscope.service.type }} + type: ClusterIP clusterIP: None ports: - port: {{ .Values.pyroscope.service.port }}