Files
charts/charts/ingress-nginx/3.34.0/ci/daemonset-podannotations-values.yaml
ducoterra 1027a45a0c Add ingress-nginx chart
Add ingress-nginx, an ingress controller for other deploys to take
advantage of.
2021-08-28 17:38:07 -04:00

14 lines
277 B
YAML

controller:
kind: DaemonSet
admissionWebhooks:
enabled: false
metrics:
enabled: true
service:
type: ClusterIP
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/port: "10254"
prometheus.io/scheme: http
prometheus.io/scrape: "true"