Files
ingress-nginx-helm/ci/daemonset-podannotations-values.yaml
2024-05-02 16:19:33 +09:00

18 lines
368 B
YAML

controller:
kind: DaemonSet
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest: null
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"