Update to command
This commit is contained in:
parent
bf6cfc88f7
commit
3b76984124
2 changed files with 7 additions and 2 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
- name: keycloak
|
||||
# image: quay.io/keycloak/keycloak:23.0.1
|
||||
image: quay.io/keycloak/keycloak:26.1
|
||||
args: [ "start" ]
|
||||
# args: [ "start" ]
|
||||
env:
|
||||
- name: KC_BOOTSTRAP_ADMIN_USERNAME
|
||||
value: admin
|
||||
|
@ -45,6 +45,11 @@ 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
|
||||
volumes:
|
||||
- name: storage
|
||||
persistentVolumeClaim:
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-30-v06
|
||||
targetRevision: streams-manifests-2025-01-30-v11
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue