From 503749dc4848f9845b31056d4de48e1e18a9f919 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 2 May 2022 17:27:05 +0200 Subject: [PATCH] Add ingress-nginx helm chart --- deploy/base/kustomization.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/deploy/base/kustomization.yaml b/deploy/base/kustomization.yaml index 9e3da31..91062db 100644 --- a/deploy/base/kustomization.yaml +++ b/deploy/base/kustomization.yaml @@ -1,2 +1,17 @@ --- -helmCharts: [] +helmCharts: +- name: ingress-nginx + version: "4.1.0" + repo: https://kubernetes.github.io/ingress-nginx + includeCRDs: true + releaseName: ingress-nginx + valuesInline: + controller: + publishService: + enabled: true + metrics: + enabled: true + service: + annotations: + prometheus.io/scrape: "true" + prometheus.io/port: "10254"