KEYCLOAK-15109 Ingress/Route Host Override (#1058)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
parent
206fea3c19
commit
023243eb9d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue