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"