mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/keycloak] use tcp instead of udp for jgroups (#9040)
* [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>
This commit is contained in:
committed by
k8s-ci-robot
parent
577a48db1b
commit
084933cafd
@@ -1,5 +1,5 @@
|
||||
name: keycloak
|
||||
version: 4.0.2
|
||||
version: 4.0.3
|
||||
appVersion: 4.5.0.Final
|
||||
description: Open Source Identity and Access Management For Modern Applications and Services
|
||||
keywords:
|
||||
|
||||
@@ -133,6 +133,8 @@ keycloak:
|
||||
/subsystem=infinispan/cache-container=keycloak/distributed-cache=offlineSessions:write-attribute(name=owners, value=${env.CACHE_OWNERS:2})
|
||||
/subsystem=infinispan/cache-container=keycloak/distributed-cache=loginFailures:write-attribute(name=owners, value=${env.CACHE_OWNERS:2})
|
||||
|
||||
/subsystem=jgroups/channel=ee:write-attribute(name=stack, value=tcp)
|
||||
|
||||
# Custom CLI script
|
||||
custom: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user