fix(monitoring): disable prometheus-operator admission webhooks for GitOps stability
This commit is contained in:
@@ -25,6 +25,11 @@ spec:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 10.66.66.1:8999
|
- 10.66.66.1:8999
|
||||||
|
prometheusOperator:
|
||||||
|
admissionWebhooks:
|
||||||
|
enabled: false
|
||||||
|
patch:
|
||||||
|
enabled: false
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|||||||
Reference in New Issue
Block a user