Skip to content

Commit 7d3186a

Browse files
Merge pull request #781 from gal-revach/patch-20
Added the option to configure the Keycloak host from the CP chart
2 parents a98dabd + 6ac8002 commit 7d3186a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/admin/runai-setup/self-hosted/k8s/backend.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ There may be cases where you need to set additional properties as follows:
4747
|----------|----------|-------------|
4848
| `keycloakx.adminUser` | User name of the internal identity provider administrator | This user is the administrator of Keycloak |
4949
| `keycloakx.adminPassword` | Password of the internal identity provider administrator | This password is for the administrator of Keycloak |
50+
| `global.keycloakx.host` | KeyCloak (Run:ai internal identity provider) host path | Override the DNS for Keycloak. This can be used to access Keycloak from outside the Run:ai Control Plane cluster via ingress |
5051
| `global.ingress.ingressClass` | Ingress class | Run:ai default is using NGINX. If your cluster has a different ingress controller, you can configure the ingress class to be created by Run:ai |
5152
| `global.ingress.tlsSecretName` | TLS secret name | Run:ai requires the creation of a secret with domain certificate. See [above](#domain-certificate). If the `runai-backend` namespace already had such a secret, you can set the secret name here |
5253
| `global.postgresql.auth.username` | PostgreSQL username | Override the Run:ai default user name for the Run:ai database |

docs/admin/runai-setup/self-hosted/ocp/backend.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ There may be cases where you need to set additional properties as follows:
4949
|----------|----------|-------------|
5050
| `keycloakx.adminUser` | User name of the internal identity provider administrator | This user is the administrator of Keycloak |
5151
| `keycloakx.adminPassword` | Password of the internal identity provider administrator | This password is for the administrator of Keycloak |
52+
| `global.keycloakx.host` | KeyCloak (Run:ai internal identity provider) host path | Override the DNS for Keycloak. This can be used to access Keycloak from outside the Run:ai Control Plane cluster via ingress |
5253
| `global.postgresql.auth.username` | PostgreSQL username | Override the Run:ai default user name for the Run:ai database |
5354
| `global.postgresql.auth.password` | PostgreSQL password | Override the Run:ai default password for the Run:ai database |
5455
| `global.postgresql.auth.port` | PostgreSQL port | Override the default PostgreSQL port for the Run:ai database |

0 commit comments

Comments
 (0)