fix(k8s): use args instead of command for keycloak to allow default entrypoint
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m19s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 26s
CI Pipeline / Infrastructure Validation (push) Successful in 4s

This commit is contained in:
WorkClub Automation
2026-03-10 22:02:48 +01:00
parent fce8b28114
commit 3c41f0e40c

View File

@@ -20,7 +20,7 @@ spec:
- name: keycloak
image: quay.io/keycloak/keycloak:26.1
imagePullPolicy: IfNotPresent
command:
args:
- start
ports:
- name: http