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