Fix command section in keycloak-deployment
This commit is contained in:
parent
e59cf28112
commit
9a02cea5c2
1 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue