Files
dsk-devops-toolchains/helm/sonarqube/charts/ingress-nginx/ci/deployment-podannotations-values.yaml
2024-01-03 17:29:11 +09:00

17 lines
350 B
YAML

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