chilly-breakfast-69670
04/21/2023, 6:28 AMhelm upgrade --install neuvector-monitor --namespace neuvector --create-namespace neuvector/monitor -f values-prometheus-test.yaml
Here what’s in the values-prometheus-test.yaml:
exporter:
# If false, exporter will not be installed
enabled: true
# changes this to a readonly user !
CTRL_USERNAME: prometheus-monitor
CTRL_PASSWORD: <redacted>
quiet-fountain-46593
04/21/2023, 5:37 PMexporter:
serviceMonitor:
enabled: true
exporter.grafanaDashboard.enabled
to install the grafana dashboard via configmap. if your prometheus is set up in a different way, then might need to just make sure there is an appropriate servicemonitorchilly-breakfast-69670
04/25/2023, 3:56 PM