Update args & hostname
This commit is contained in:
parent
20eb15d94f
commit
547401f587
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue