Open
Description
Description
When creating an instance with this manifest:
apiVersion: k8s.keycloak.org/v2alpha1
kind: Keycloak
metadata:
name: keycloak
spec:
hostname:
hostname: "https://keycloak.example.com"
http:
tlsSecret: keycloak-tls
ingress:
className: nginx
An Ingress is created for the hostname
host, but it uses the default certificate of the Ingress Controller. It would be nice for the Ingress to use the http.tlsSecret
, or be able to define it as ingress.tlsSecret
.
Discussion
No response
Motivation
No response
Details
No response