netflux-kubernetes/deploy/base/values/ingress-nginx.yaml
Rob Watson af6c8e118f Inflate ingress-nginx chart manually
Also, patch a few container args to work properly with Kustomize's
namePrefix.
2022-05-11 03:10:44 +02:00

10 lines
182 B
YAML

controller:
publishService:
enabled: true
metrics:
enabled: true
service:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"