@@ -686,12 +686,12 @@ As an alternative, you can use of the preset configurations for pod affinity, po
686
686
687
687
# ## Keycloak Cache parameters
688
688
689
- | Name | Description | Value |
690
- | ---------------------------------------- | ----------------------------------------------------------------------------------- | ------------ |
691
- | `cache.enabled` | Switch to enable or disable the keycloak distributed cache for kubernetes. | `true` |
692
- | `cache.stackName ` | Set infinispan cache stack to use | `kubernetes` |
693
- | `cache.stackFile ` | Set infinispan cache stack filename to use | `""` |
694
- | `cache.useHeadlessServiceWithAppVersion` | Set to true to create the headless service used for ispn containing the app version | `false` |
689
+ | Name | Description | Value |
690
+ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- ------------ |
691
+ | `cache.enabled` | Switch to enable or disable the keycloak distributed cache for kubernetes. | `true` |
692
+ | `cache.stack ` ` | Set infinispan cache stack to use, sets KC_CACHE_STACK (<https://www.keycloak.org/server/all-config?q=cache-stack>) | `kubernetes` |
693
+ | `cache.configFile ` | cache.configFile Set infinispan cache stack config filename sets KC_CACHE_CONFIG_FILE (<https://www.keycloak.org/server/all-config?q=cache-config-file>) | `"cache-ispn.xml"` |
694
+ | `cache.useHeadlessServiceWithAppVersion` | Set to true to create the headless service used for ispn containing the app version | `false` |
695
695
696
696
# ## Keycloak Logging parameters
697
697
@@ -867,4 +867,4 @@ Unless required by applicable law or agreed to in writing, software
867
867
distributed under the License is distributed on an "AS IS" BASIS,
868
868
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
869
869
See the License for the specific language governing permissions and
870
- limitations under the License.
870
+ limitations under the License.
0 commit comments