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
|
- name: keycloak
|
||||||
# image: quay.io/keycloak/keycloak:23.0.1
|
# image: quay.io/keycloak/keycloak:23.0.1
|
||||||
image: quay.io/keycloak/keycloak:26.1
|
image: quay.io/keycloak/keycloak:26.1
|
||||||
args: [ "start" ]
|
# args: [ "start" ]
|
||||||
env:
|
env:
|
||||||
- name: KC_BOOTSTRAP_ADMIN_USERNAME
|
- name: KC_BOOTSTRAP_ADMIN_USERNAME
|
||||||
value: admin
|
value: admin
|
||||||
|
@ -45,6 +45,11 @@ spec:
|
||||||
- name: tls-secret
|
- name: tls-secret
|
||||||
mountPath: /etc/ssl/certs
|
mountPath: /etc/ssl/certs
|
||||||
readOnly: true
|
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:
|
volumes:
|
||||||
- name: storage
|
- name: storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
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
|
path: keycloak/overlays/test
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Add table
Reference in a new issue