Disable runtime Keycloak Mailu provider loading

This commit is contained in:
jenkins 2026-06-12 03:05:54 -03:00
parent a6e9ff2b65
commit 413659558b

View File

@ -80,7 +80,7 @@ spec:
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: args:
- | - |
cp /plugin/mailu-http-listener-0.1.0.jar /providers/ :
volumeMounts: volumeMounts:
- name: providers - name: providers
mountPath: /providers mountPath: /providers
@ -123,7 +123,7 @@ spec:
- name: KC_METRICS_ENABLED - name: KC_METRICS_ENABLED
value: "true" value: "true"
- name: KC_EVENTS_LISTENERS - name: KC_EVENTS_LISTENERS
value: jboss-logging,mailu-http value: jboss-logging
- name: KC_SPI_EVENTS_LISTENER_MAILU-HTTP_ENDPOINT - name: KC_SPI_EVENTS_LISTENER_MAILU-HTTP_ENDPOINT
value: http://ariadne.maintenance.svc.cluster.local/events value: http://ariadne.maintenance.svc.cluster.local/events
ports: ports: