Disable runtime Keycloak Mailu provider loading
This commit is contained in:
parent
a6e9ff2b65
commit
413659558b
@ -80,7 +80,7 @@ spec:
|
||||
command: ["/bin/sh", "-c"]
|
||||
args:
|
||||
- |
|
||||
cp /plugin/mailu-http-listener-0.1.0.jar /providers/
|
||||
:
|
||||
volumeMounts:
|
||||
- name: providers
|
||||
mountPath: /providers
|
||||
@ -123,7 +123,7 @@ spec:
|
||||
- name: KC_METRICS_ENABLED
|
||||
value: "true"
|
||||
- name: KC_EVENTS_LISTENERS
|
||||
value: jboss-logging,mailu-http
|
||||
value: jboss-logging
|
||||
- name: KC_SPI_EVENTS_LISTENER_MAILU-HTTP_ENDPOINT
|
||||
value: http://ariadne.maintenance.svc.cluster.local/events
|
||||
ports:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user