Skip to content

Commit

Permalink
Additional information about the site name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Oct 16, 2023
1 parent 457e9d0 commit 3b7283e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ include::example$helm/keycloak-ispn.yaml[tag=keycloak-ispn]
<2> The hostname and port of the remote cache Infinispan cluster.
<3> The credentials required, username and password, to access the remote cache Infinispan cluster.
<4> Mounting the cache configuration Volume in Kubernetes.
<5> `jboss.site.name` is an arbitrary Infinispan site name which Keycloak needs for its embedded Infinispan deployment; this site name is related only to embedded Infinispan and does not need to match any value from the external Infinispan deployment
<5> `jboss.site.name` is an arbitrary Infinispan site name which Keycloak needs for its embedded Infinispan deployment when a remote store is used. this site name is related only to embedded Infinispan and does not need to match any value from the external Infinispan deployment.
If you are using multiple sites for Keycloak in a cross-DC setup like xref::running/infinispan-crossdc-deployment.adoc[], the site name must be different in each site.
<6> Defining the cache configuration Volume using the already created ConfigMap in Kubernetes.

0 comments on commit 3b7283e

Please sign in to comment.