* added priorityClassName as option
Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
* Added docs and changed Values.yaml
Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
* bump keycloak chart version
Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
* keycloak: Added support for adding extra pod labels
Signed-off-by: Anders Nordström <anders.nordstrom@barium.se>
* [stable/keycloak] Bumped Chart version 4.4.0 -> 4.5.0
Signed-off-by: anbarium <anders.nordstrom@barium.se>
* [stable/keycloak] Upgrade Keycloak to 4.8.3.Final and related changes
Added support for more reliable database connection handling.
Referenced missing distributed caches in ha.cli configuration.
Configured events-listener SPI to log login events to stdout for analysis
Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>
* Add line break at end of file
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Update README.md
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
Refactor custom CLI commands into their own files so they can also
be run separately with jboss-cli.sh for easier testing.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* When the basepath is set to "" to host keycloak on keycloak.host/
instead of keycloak.host/auth the readinessProbe fails because the
url is set to //realms/master
Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
* fixed basepath for liveness probe as well
Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
* [stable/keycloak] use realm url for probe instead of static welcome page
This will result in keycloak actually performing some action
(e.g. hitting the database) versus just serving a static webpage for
liveliness and readiness probes
Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
* Use the basepath for liveliness
Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
* [stable/keycloak] use tcp instead of udp for jgroups
* add note on PROXY_ADDRESS_FORWARDING when using ingress
* fixes#8355
Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
* Remove PROXY_ADDRESS_FORWARDING comment
Signed-off-by: Michael Dop <michael.p.dop@gmail.com>
* Bump version
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* The Docker image has added support for DNS_PING which is now used
instead of JDBC_PING
* The StatefulSet is updated to `apps/v1`
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* Allow for keycloak to be hosted at a path other then 'auth'
Signed-off-by: Ed Clement <ed.clement@gmail.com>
* Bumped chart version
Signed-off-by: Ed Clement <ed.clement@gmail.com>
The default value has to be an empty string instead of an empty map because
it is passed to the 'tpl' function. Otherwise Helm gives you a warning when the chart is
installed and 'keycloak.extraEnv' is used.
* Fix a typo in the Google Cloud SQL Proxy example
* Fix dbVendor in Google Cloud SQL example
* [stable/keycloak] Fix theme example
`extraInitContainers` and friends need to be strings.
* Bump chart version
* Update Keycloak to 4.0.0.Final
* Add support for MariaDB and H2
* Make H2 the default for easy testing
* Make CI test the chart with H2 and a HA setup with Postgres
Fixes: #6151
* [stable/keycloak] Add option to configure sidecars and misc improvements
* Allow configuring additional containers as sidecars, e. g. for
a database proxy
* Use `tpl` function for affinity and configure default anti-affinity
* Configure Postgres-specifics only when Postgres is used
* Miscellaneous minor fixes and improvements
* Extend and document 'tpl' function usage
* Bump major version due to breaking changes
* option to set realm using start param
* expose postStartScript
* increment chart versions
* don't change incubator
* remove readme change to incubator
* remove postStartScript and provide example for realm import
* extra clarification
* rename extraParams to extraArgs
* Update README.md