You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrote the steps to get this up and running in a kubernetes environment. It's a bit different but maybe my understanding of k8s is still too limited. Anyway, I hope this helps someone.
Running in a Kubernetes Environment
The instructions and deployment is a bit different when you wish to run this container in kubernetes.
Create a Persistent Volume Claim for your logged-in user data. This will be used by each pod after you set things up once.
Deploy the image of your choice that matches your architecture that leverages the PVC for your /root/ user directory (config is stored here). I use an arm64 image here.
test it out! If all went well you should be able to enter the smtp-service.default.svc.cluster.local for the service on port 25. In wordpress I had to set none for encryption and specify port 25
The text was updated successfully, but these errors were encountered:
Wrote the steps to get this up and running in a kubernetes environment. It's a bit different but maybe my understanding of k8s is still too limited. Anyway, I hope this helps someone.
Running in a Kubernetes Environment
The instructions and deployment is a bit different when you wish to run this container in kubernetes.
/root/
user directory (config is stored here). I use an arm64 image here.kubectl get pods
kubectl exec --stdin --tty protonmail-bridge-deployment-6c79fd7f84-ftwcw -- /bin/bash
bash /protonmail/entrypoint.sh init
login
change mode
andinfo
are good for printing the details.smtp-service.default.svc.cluster.local
for the service on port 25. In wordpress I had to setnone
for encryption and specify port 25The text was updated successfully, but these errors were encountered: