UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e367a19b authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch '1358-keycloak-doc-update' into 'master'

Updating HA section of Keycloak arch doc

See merge request platform-one/big-bang/bigbang!2344
parents c1e6d002 b75fbc5d
No related branches found
No related tags found
1 merge request!2344Updating HA section of Keycloak arch doc
Pipeline #1223487 passed with warnings
......@@ -243,13 +243,20 @@ Keycloak is available under the [Apache License 2.0](https://github.com/keycloak
## High Availability
By default Big Bang deploys Keycloak with two replicas in a high availability cluster configuration. It is already configured to support cache sharing, anti-affinity, failovers, and rolling updates. If you wish to increase or decrease the number of replicas, you can set the following in `values.yaml`:
By default Big Bang deploys Keycloak with two replicas in a high availability cluster configuration. It is already configured to support cache sharing, anti-affinity, failovers, and rolling updates. If you wish to increase or decrease the number of replicas you must first make sure you are pointed to an external database, and then the replicas can be increased, all of which can be set in `values.yaml`:
```yaml
addons:
keycloak:
database:
host: ""
type: ""
port: ""
database: ""
username: ""
password: "in-encrypted-values"
values:
replicas: 2
replicas: 3
```
## Dependent Packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment