[bitnami/wordpress] Add support for ingressClassName (#6848)

This commit is contained in:
Miguel Ruiz
2021-07-06 09:02:45 +02:00
committed by GitHub
parent 7dd4831617
commit 4ce9655478
5 changed files with 14 additions and 5 deletions

View File

@@ -508,6 +508,11 @@ ingress:
## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
##
apiVersion:
## @param ingress.ingressClassName IngressClass that will be 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:
## @param ingress.hostname Default host for the ingress record
##
hostname: wordpress.local