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 - name: tls-secret
mountPath: /etc/ssl/certs mountPath: /etc/ssl/certs
readOnly: true readOnly: true
command: command:
# - /opt/keycloak/bin/kc.sh # - /opt/keycloak/bin/kc.sh
- start - start
- --https-certificate-file=/etc/ssl/certs/cert.pem - --https-certificate-file=/etc/ssl/certs/cert.pem
- --https-certificate-key-file=/etc/ssl/certs/key.pem - --https-certificate-key-file=/etc/ssl/certs/key.pem
- --verbose - --verbose
volumes: volumes:
- name: storage - name: storage
persistentVolumeClaim: persistentVolumeClaim: