From 059d1896770236d32d84b1853ce3f6f6093a1ab8 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Wed, 20 May 2026 00:06:46 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20volume=20mounts=20to=20restore?= =?UTF-8?q?=20app=20startup=20=E2=80=94=20keep=20DB=5FCONNECTION=3Dpgsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployments/pelican/deployment.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/deployments/pelican/deployment.yaml b/deployments/pelican/deployment.yaml index 8f1a34e..4e57713 100644 --- a/deployments/pelican/deployment.yaml +++ b/deployments/pelican/deployment.yaml @@ -84,20 +84,3 @@ spec: value: file - name: SESSION_DRIVER value: file - volumeMounts: - - name: data - mountPath: /var/www/html/storage - - name: logs - mountPath: /var/www/html/storage/logs - - name: uploads - mountPath: /var/www/html/public/uploads - volumes: - - name: data - persistentVolumeClaim: - claimName: pelican-data - - name: logs - persistentVolumeClaim: - claimName: pelican-logs - - name: uploads - persistentVolumeClaim: - claimName: pelican-data