Add Prometheus scrape annotations to app chart
This commit is contained in:
parent
32a8271fcd
commit
2b83527e07
1 changed files with 5 additions and 0 deletions
|
|
@ -30,3 +30,8 @@ autoscaling:
|
||||||
|
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
minAvailable: 2
|
minAvailable: 2
|
||||||
|
|
||||||
|
podAnnotations:
|
||||||
|
prometheus.io/scrape: "true"
|
||||||
|
prometheus.io/port: "9090"
|
||||||
|
prometheus.io/path: "/metrics"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue