From b281b2791376fa3b9c000f3892b435bfeeb40d59 Mon Sep 17 00:00:00 2001 From: Jordan Olshevski Date: Wed, 17 Apr 2024 17:23:53 -0500 Subject: [PATCH] Remove unused durable storage from profile app --- manifests/profile.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/profile.yaml b/manifests/profile.yaml index cfb1eb0..d74ab4f 100644 --- a/manifests/profile.yaml +++ b/manifests/profile.yaml @@ -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: @@ -115,9 +113,6 @@ spec: hostPath: path: /etc/ssl/certs/ type: Directory - - name: data - hostPath: - path: /opt/profile-data - name: tmp emptyDir: sizeLimit: 100Gi