modified: services/monitoring/deploy/prometheus/prometheus-agent.yaml
This commit is contained in:
@@ -8,15 +8,20 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
prometheus-monitoring: enabled
|
prometheus-monitoring: enabled
|
||||||
|
|
||||||
podMonitorSelector: null
|
podMonitorSelector:
|
||||||
|
matchExpressions:
|
||||||
|
- key: app
|
||||||
|
operator: Exists
|
||||||
|
|
||||||
serviceMonitorNamespaceSelector:
|
serviceMonitorNamespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
prometheus-monitoring: enabled
|
prometheus-monitoring: enabled
|
||||||
|
|
||||||
serviceMonitorSelector: null
|
serviceMonitorSelector:
|
||||||
|
matchExpressions:
|
||||||
|
- key: app
|
||||||
|
operator: Exists
|
||||||
|
|
||||||
replicas: 1
|
replicas: 1
|
||||||
remoteWrite:
|
remoteWrite:
|
||||||
- url: https://prometheus.monitoring.limbosolutions.com/api/v1/write
|
- url: https://prometheus.monitoring.limbosolutions.com/api/v1/write
|
||||||
|
|||||||
Reference in New Issue
Block a user