Properly format values.yaml for deployed Ingresses

This commit is contained in:
Joshua Lambert 2018-02-12 14:35:03 -05:00
parent 0c3722711e
commit 2535ab2a04
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ controller:
image:
tag: "0.10.2"
repository: "quay.io/kubernetes-ingress-controller/nginx-ingress-controller"
stats.enabled: true
stats:
enabled: true
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"