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
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/self-hosted/k8s/backend.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ There may be cases where you need to set additional properties as follows:
47
47
|----------|----------|-------------|
48
48
|`keycloakx.adminUser`| User name of the internal identity provider administrator | This user is the administrator of Keycloak |
49
49
|`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 |
50
51
|`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|
51
52
|`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 |
52
53
|`global.postgresql.auth.username`| PostgreSQL username | Override the Run:ai default user name for the Run:ai database |
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/self-hosted/ocp/backend.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ There may be cases where you need to set additional properties as follows:
49
49
|----------|----------|-------------|
50
50
|`keycloakx.adminUser`| User name of the internal identity provider administrator | This user is the administrator of Keycloak |
51
51
|`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 |
52
53
|`global.postgresql.auth.username`| PostgreSQL username | Override the Run:ai default user name for the Run:ai database |
53
54
|`global.postgresql.auth.password`| PostgreSQL password | Override the Run:ai default password for the Run:ai database |
54
55
|`global.postgresql.auth.port`| PostgreSQL port | Override the default PostgreSQL port for the Run:ai database |
0 commit comments