mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-27 09:21:56 +02:00
selector was incorrect
selector prometheus: prometheus-frontend is incorrect, the name of the Prometheus resource in the example is "frontend", not "prometheus-frontend"
This commit is contained in:
parent
06cff8e9d2
commit
04231a269c
@ -11,4 +11,4 @@ spec:
|
||||
protocol: TCP
|
||||
targetPort: web
|
||||
selector:
|
||||
prometheus: prometheus-frontend
|
||||
prometheus: frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user