You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`keycloak.service.nodePort` | The node port used if the service is of type `NodePort` | `""`
90
90
`keycloak.ingress.enabled` | if `true`, an ingress is created | `false`
91
91
`keycloak.ingress.annotations` | annotations for the ingress | `{}`
92
+
`keycloak.ingress.labels` | Additional labels for the Keycloak ingress | `{}`
92
93
`keycloak.ingress.path` | if `true`, an ingress is created | `/`
93
94
`keycloak.ingress.hosts` | a list of ingress hosts | `[keycloak.example.com]`
94
95
`keycloak.ingress.tls` | a list of [IngressTLS](https://v1-9.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.9/#ingresstls-v1beta1-extensions) items | `[]`
0 commit comments