-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explanation page to give an overview of the features
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
16 changes: 16 additions & 0 deletions
16
docs/modules/ROOT/pages/explanations/default-features.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= Default features | ||
|
||
Many Helm Charts in the Kubernetes community have advanced features disabled by default in order to ease installations without configuring much. | ||
This is also the case with the Keycloak Helm chart this component depends upon. | ||
However, this component aims to provision Keycloak secure by default, so a lot of defaults have activated advanced features. | ||
This page gives an overview over the defaults. | ||
|
||
== Enabled features | ||
|
||
- Installs single-node PostgreSQL as the built-in database provider | ||
- Encrypted connection to database | ||
- Enabled network policies to protect from unexpected connections | ||
- Prometheus ServiceMonitor to scrape metrics | ||
- 2 replicas of Keycloak, with anti-affinity | ||
- Enabled Ingress | ||
- Configured requests and limits for CPU and memory resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters