Add ingress-nginx chart

Add ingress-nginx, an ingress controller for other deploys to take
advantage of.
This commit is contained in:
ducoterra
2021-08-28 12:26:12 -04:00
parent e79441688b
commit 1027a45a0c
84 changed files with 3559 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
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"