add access logging
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s

This commit is contained in:
jona.klaess
2026-06-08 16:22:51 +02:00
parent 7f046154f3
commit 21e7d0ef4c

View File

@@ -28,6 +28,10 @@ spec:
value: "https://keycloak.controller.bittehackmichnicht.de" value: "https://keycloak.controller.bittehackmichnicht.de"
- name: KEYCLOAK_ADMIN_REALM - name: KEYCLOAK_ADMIN_REALM
value: "PraxistransferKeycloak" value: "PraxistransferKeycloak"
- name: SERVER_TOMCAT_ACCESSLOG_ENABLED
value: "true"
- name: LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB
value: "DEBUG"
ports: ports:
- name: http - name: http
containerPort: 8081 containerPort: 8081