Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: /app/public and /app/private folders are deleted when a new pod is initialized #998

Open
umut-akkaya opened this issue Jan 19, 2025 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@umut-akkaya
Copy link

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/public and /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

  • Built docker image
  • Create k8s deployment and pvc's
  • Configure a project and set project background image
  • Kill the pod and let the deployment create a new one
  • Background images will be gone.

Other information

No response

@meltyshev meltyshev added the help wanted Extra attention is needed label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants