Hello everyone, I am trying to deploy Phoenix on Kubernetes with the base example on my AWS cluster. When I apply the manifests I get this error:
Failed to initialize the working directory at /mnt/data due to an error: [Errno 13] Permission denied: '/mnt/data/exports'.Phoenix requires a working directory to persist data
I am using version 4.1.1 of the docker image. Does anyone know what can I do?
When I deploy it on my machine using minikube it works correctly
Hello everyone, I'm trying Phoenix, I want to deploy with Kubernetes and add SSO to it but I didn't find any documentation about it, can anyone help me?