Closed joakibj closed 7 years ago
In our nais yaml:
prometheus: enabled: true path: /prometheus
But in the deployment:
$ kubectl describe deployments varseloppgave Pod Template: Labels: app=varseloppgave Annotations: prometheus.io/path=/metrics prometheus.io/port=http prometheus.io/scrape=false
We expected that the pod template annotations were set accordingly to
prometheus.io/path=/prometheus prometheus.io/port=http prometheus.io/scrape=true
In our nais yaml:
But in the deployment:
We expected that the pod template annotations were set accordingly to