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