Adding prom operator secret
This commit is contained in:
parent
ca623df110
commit
1a1e109304
|
|
@ -1,5 +1,21 @@
|
|||
# status: implemented
|
||||
|
||||
# https://github.com/prometheus-operator/kube-prometheus/issues/913#issuecomment-670784017
|
||||
kubeControllerManager:
|
||||
service:
|
||||
targetPort: 10257
|
||||
serviceMonitor:
|
||||
https: true
|
||||
insecureSkipVerify: true
|
||||
# proxy not working, svc not exposed by port
|
||||
kubeProxy:
|
||||
service:
|
||||
targetPort: 10249
|
||||
serviceMonitor:
|
||||
https: true
|
||||
insecureSkipVerify: true
|
||||
##################
|
||||
|
||||
prometheus:
|
||||
prometheusSpec:
|
||||
shards: null
|
||||
|
|
|
|||
Loading…
Reference in New Issue