mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: /app/public and /app/private folders are deleted when a new pod is initialized #631
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @umut-akkaya on GitHub (Jan 19, 2025).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
Chrome
Current behaviour
I have created kubernetes resources to host planka on my local k8s. I have mounted 2 volume for
/app/publicand/app/private.Volumes are mounted with right security group 1000 which node uses. The problem is when i delete the pod of server deployment creates a new pod. However new pod deletes all files in PV which is attached via PVC. I built my own images by using Dockerfile in the project. Do you know what could be the problem?Desired behaviour
When a new pod is created and older pod is dead it should contain the background images and attachments.
Steps to reproduce
Other information
No response