From b59d7174d6c536320739523d35c6efdf1edaca84 Mon Sep 17 00:00:00 2001 From: red Date: Sun, 6 Jul 2025 15:23:10 -0400 Subject: [PATCH] remove volume mount and volume from pleroma deployment --- manifests/pleroma/templates/deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/pleroma/templates/deployment.yaml b/manifests/pleroma/templates/deployment.yaml index 1e41f3a..15860ee 100644 --- a/manifests/pleroma/templates/deployment.yaml +++ b/manifests/pleroma/templates/deployment.yaml @@ -108,15 +108,10 @@ spec: name: postgres key: postgres-password volumeMounts: - - name: pleroma-data-volume - mountPath: /var/lib/pleroma - name: pleroma-config-volume mountPath: /etc/pleroma/config.exs subPath: config.exs volumes: - - name: pleroma-data-volume - persistentVolumeClaim: - claimName: pleroma-pvc - name: pleroma-config-volume configMap: name: pleroma-config