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
|
||||
failureThreshold: 5
|
||||
volumeMounts:
|
||||
- mountPath: /opt/keycloak/data/h2/
|
||||
name: storage
|
||||
- mountPath: /opt/keycloak/data/h2/
|
||||
name: storage
|
||||
- name: keycloak-tls-secret
|
||||
mountPath: /etc/ssl/certs
|
||||
readOnly: true
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
@ -64,3 +67,6 @@ spec:
|
|||
- name: storage
|
||||
persistentVolumeClaim:
|
||||
claimName: keycloak-pvc
|
||||
- name: keycloak-tls-secret
|
||||
secret:
|
||||
secretName: keycloak-tls-secret
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
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
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue