Update args & hostname

This commit is contained in:
Benedith Mulongo 2025-01-30 17:21:42 +01:00
parent 20eb15d94f
commit 547401f587
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3
2 changed files with 6 additions and 3 deletions

View file

@ -19,7 +19,10 @@ spec:
- name: keycloak
# image: quay.io/keycloak/keycloak:23.0.1
image: quay.io/keycloak/keycloak:26.1
args: [ "start" ]
args:
- "start"
- "--verbose"
# args: [ "start" ]
# args:
# - "start"
# # - "--https-certificate-file=/etc/ssl/certs/cert.pem"+
@ -31,7 +34,7 @@ spec:
- name: KC_HOSTNAME
value: "keycloak-test.streams.sunet.se"
- name: KC_HOSTNAME_STRICT
value: false
value: "false"
- name: KEYCLOAK_USER
value: admin
- name: KEYCLOAK_PASSWORD

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-v50
targetRevision: streams-manifests-2025-01-30-v53
path: keycloak/overlays/test
destination:
server: https://kubernetes.default.svc