Chart: Rework Controller Deployment/DaemonSet Pod Annotations values.

This commit is contained in:
Marco Ebert 2024-09-27 16:09:04 +02:00
parent 5c44423f11
commit b40fae92d5
2 changed files with 12 additions and 13 deletions

View file

@ -1,17 +1,16 @@
controller: controller:
kind: DaemonSet
image: image:
repository: ingress-controller/controller repository: ingress-controller/controller
tag: 1.0.0-dev tag: 1.0.0-dev
digest: null digest: null
admissionWebhooks:
enabled: false
metrics:
enabled: true
service: service:
type: ClusterIP type: ClusterIP
kind: DaemonSet
podAnnotations: podAnnotations:
prometheus.io/path: /metrics prometheus.io/scrape: "true"
prometheus.io/port: "10254" prometheus.io/port: "10254"
prometheus.io/scheme: http prometheus.io/scheme: http
prometheus.io/scrape: "true" prometheus.io/path: /metrics

View file

@ -3,14 +3,14 @@ controller:
repository: ingress-controller/controller repository: ingress-controller/controller
tag: 1.0.0-dev tag: 1.0.0-dev
digest: null digest: null
admissionWebhooks:
enabled: false
metrics:
enabled: true
service: service:
type: ClusterIP type: ClusterIP
kind: Deployment
podAnnotations: podAnnotations:
prometheus.io/path: /metrics prometheus.io/scrape: "true"
prometheus.io/port: "10254" prometheus.io/port: "10254"
prometheus.io/scheme: http prometheus.io/scheme: http
prometheus.io/scrape: "true" prometheus.io/path: /metrics