ingress-nginx-helm/charts/ingress-nginx/ci/deployment-podannotations-values.yaml

13 lines
259 B
YAML
Raw Normal View History

controller:
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"