persistent grafana/prometheus pvs

This commit is contained in:
2021-01-21 10:06:01 +01:00
parent 9b9b551907
commit f9269f2c2c
6 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from :https://github.com/coreos/prometheus-operator/blob/master/Documentation/additional-scrape-config.md
# create new secret:
kubectl create secret generic additional-scrape-configs --from-file=prometheus-additional.yaml --dry-run -oyaml > additional-scrape-configs.yaml
# add "namespace: monitoring"
# apply