From 197561110196fdcc850981a94c548a7fde1e80db Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Thu, 2 Mar 2023 23:43:26 +0300 Subject: [PATCH] fix: add ingressClassName --- starter/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starter/values.yaml b/starter/values.yaml index 4e8f82f..4fc3b46 100644 --- a/starter/values.yaml +++ b/starter/values.yaml @@ -50,6 +50,11 @@ service: ingress: enabled: false + ## @param ingress.ingressClassName IngressClass that will be used to implement the Ingress (Kubernetes 1.18+) + ## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster. + ## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/ + ## + ingressClassName: "" annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true"