vm - add service monitor

This commit is contained in:
SeanOMik 2023-05-04 13:33:54 -04:00
parent 286b88f107
commit 6c920de77a
1 changed files with 5 additions and 18 deletions

View File

@ -36,21 +36,8 @@ spec:
# cpu: 500m # cpu: 500m
# memory: 512Mi # memory: 512Mi
serviceMonitor: # TODO serviceMonitor:
# -- Enable deployment of Service Monitor for server component. This is Prometheus operator object enabled: true
enabled: false extraLabels:
# -- Service Monitor labels release: kube-prometheus-stack
extraLabels: {} scheme: http
# -- Service Monitor annotations
annotations: {}
# -- Commented. Prometheus scrape interval for server component
interval: 15s
# -- Commented. Prometheus pre-scrape timeout for server component
scrapeTimeout: 5s
# -- Commented. HTTP scheme to use for scraping.
scheme: https
# -- Commented. TLS configuration to use when scraping the endpoint
tlsConfig:
insecureSkipVerify: true
# -- Service Monitor relabelings
relabelings: []