Update to command

This commit is contained in:
Benedith Mulongo 2025-01-30 13:36:46 +01:00
parent bf6cfc88f7
commit 3b76984124
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3
2 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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