Skip to content

Commit

Permalink
Remove unused durable storage from profile app
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Apr 17, 2024
1 parent 5d9f90d commit b281b27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ spec:
mountPath: /var/lib/keycloak
- name: root-ca
mountPath: /etc/ssl/certs
- name: data
mountPath: /data
- name: tmp
mountPath: /tmp
env:
Expand Down Expand Up @@ -115,9 +113,6 @@ spec:
hostPath:
path: /etc/ssl/certs/
type: Directory
- name: data
hostPath:
path: /opt/profile-data
- name: tmp
emptyDir:
sizeLimit: 100Gi
Expand Down

0 comments on commit b281b27

Please sign in to comment.