From 472783d3d92d207d69b3cfc1a7add507d5a8a141 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Wed, 20 May 2026 00:05:55 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20revert=20volume=20mounts=20=E2=80=94=20k?= =?UTF-8?q?eep=20DB=5FCONNECTION=3Dpgsql=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployments/pelican/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/pelican/deployment.yaml b/deployments/pelican/deployment.yaml index be5010f..8f1a34e 100644 --- a/deployments/pelican/deployment.yaml +++ b/deployments/pelican/deployment.yaml @@ -86,7 +86,7 @@ spec: value: file volumeMounts: - name: data - mountPath: /var/www/html/storage/app + mountPath: /var/www/html/storage - name: logs mountPath: /var/www/html/storage/logs - name: uploads