8000 Update Prometheus service to be a Headless service · nginx/kubernetes-ingress@49cdf84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49cdf84

Browse files
committed
Update Prometheus service to be a Headless service
1 parent da1fc90 commit 49cdf84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/helm-chart/templates/controller-prometheus-service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
{{- toYaml .Values.prometheus.service.labels | nindent 4 }}
1111
{{- end }}
1212
spec:
13+
clusterIP: None
1314
ports:
1415
- name: prometheus
1516
protocol: TCP

0 commit comments

Comments
 (0)
0