Fix command section in keycloak-deployment

This commit is contained in:
Benedith Mulongo 2025-01-30 14:19:20 +01:00
parent e59cf28112
commit 9a02cea5c2
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -52,12 +52,12 @@ spec:
- name: tls-secret
mountPath: /etc/ssl/certs
readOnly: true
command:
# - /opt/keycloak/bin/kc.sh
- start
- --https-certificate-file=/etc/ssl/certs/cert.pem
- --https-certificate-key-file=/etc/ssl/certs/key.pem
- --verbose
command:
# - /opt/keycloak/bin/kc.sh
- start
- --https-certificate-file=/etc/ssl/certs/cert.pem
- --https-certificate-key-file=/etc/ssl/certs/key.pem
- --verbose
volumes:
- name: storage
persistentVolumeClaim: