[bitnami/keycloak] Add support for ingressClassName (#6849)

This commit is contained in:
Miguel Ruiz
2021-07-06 12:51:38 +02:00
committed by GitHub
parent 10a5d21a31
commit f33cd72a92
5 changed files with 15 additions and 5 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.6.1
version: 1.7.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.5.0
digest: sha256:8ddf8e5a5a40c9008f20388c517a745c4e929130472245723dafa586b911d0c8
generated: "2021-06-18T03:36:17.84293623Z"
version: 10.5.2
digest: sha256:fdd07b1172617d4eefa2de7ee90b8684e3550febec427753719691086958561a
generated: "2021-07-06T08:23:52.052589+02:00"
+1 -1
View File
@@ -26,4 +26,4 @@ name: keycloak
sources:
- https://github.com/bitnami/bitnami-docker-keycloak
- https://github.com/keycloak/keycloak
version: 3.1.1
version: 3.2.0
+1
View File
@@ -197,6 +197,7 @@ The following tables lists the configurable parameters of the Keycloak chart and
| `service.annotations` | Annotations for Keycloak service | `{}` (evaluated as a template) |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `` |
| `ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `nil` |
| `ingress.path` | Ingress path | `/` |
| `ingress.pathType` | Ingress path type | `ImplementationSpecific` |
| `ingress.certManager` | Add annotations for cert-manager | `false` |
+3
View File
@@ -22,6 +22,9 @@ metadata:
{{- end }}
{{- end }}
spec:
{{- if and .Values.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
rules:
{{- if .Values.ingress.path }}
- http:
+6
View File
@@ -490,6 +490,12 @@ ingress:
##
apiVersion:
## 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:
## Ingress Path
##
path: /