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
|
- 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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue