KEYCLOAK-15109 Ingress/Route Host Override (#1058)

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
Jeesmon Jacob 2021-11-10 07:40:24 -05:00 committed by GitHub
parent 206fea3c19
commit 023243eb9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,10 @@ The Keycloak custom resource is a YAML file that defines the parameters for inst
ifeval::[{project_community}==true]
or an Ingress for Kubernetes
endif::[]
for the {project_name} cluster.
for the {project_name} cluster. You can set `host` to override the automatically chosen host name for Route
ifeval::[{project_community}==true]
or default value `keycloak.local` set for Ingress.
endif::[]
* `externalDatabase` - in order to connect to an externally hosted database. That topic is covered in the xref:_external_database[external database] section of this guide. Setting it to false should be used only for testing purposes and will install an embedded PostgreSQL database. Be aware that externalDatabase:false is *NOT* supported in production environments.
.Example YAML file for a Keycloak custom resource