Add back tls
This commit is contained in:
parent
4929be69d4
commit
489f7e78f2
2 changed files with 9 additions and 3 deletions
|
@ -55,8 +55,11 @@ spec:
|
||||||
successThreshold: 1 # Number of successful probes to consider the pod ready
|
successThreshold: 1 # Number of successful probes to consider the pod ready
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /opt/keycloak/data/h2/
|
- mountPath: /opt/keycloak/data/h2/
|
||||||
name: storage
|
name: storage
|
||||||
|
- name: keycloak-tls-secret
|
||||||
|
mountPath: /etc/ssl/certs
|
||||||
|
readOnly: true
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
@ -64,3 +67,6 @@ spec:
|
||||||
- name: storage
|
- name: storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: keycloak-pvc
|
claimName: keycloak-pvc
|
||||||
|
- name: keycloak-tls-secret
|
||||||
|
secret:
|
||||||
|
secretName: keycloak-tls-secret
|
||||||
|
|
|
@ -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-31-v15
|
targetRevision: streams-manifests-2025-01-31-v16
|
||||||
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