Skip to content

Commit

Permalink
Revert "Workaround for remote cache TLS not being used"
Browse files Browse the repository at this point in the history
This reverts commit fefd124.
  • Loading branch information
ahus1 committed Jun 4, 2024
1 parent f6b7e3c commit d253dd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ spec:
- name: http-pool-max-threads # <6>
value: {{ div 200 .Values.instances | quote }}
{{- if .Values.infinispan.remoteStore.enabled }}
# Default currently not used. Issue is tracked in https://github.com/keycloak/keycloak-benchmark/issues/840
- name: cache-remote-tls-enabled
value: 'true'
# tag::keycloak-ispn[]
- name: cache-remote-host # <1>
value: {{ quote .Values.infinispan.remoteStore.host }}
Expand Down

0 comments on commit d253dd1

Please sign in to comment.