Replies: 3 comments
-
Well, I haven't tried it yet, but it should work, because piler and all its dependencies can run in containers. See https://github.com/jsuto/piler/blob/master/docker/docker-compose.yaml for more. One caveat, though. You need to put the following files to /etc/piler dir: -rw------- 1 piler piler 113 Dec 20 16:05 .my.cnf All these could come from configmaps, except piler.key which is a binary file that's generated with Let me know, how it goes. |
Beta Was this translation helpful? Give feedback.
-
hello so I gave it a try, Im not sure if this was the right move but I let the startup.sh script create all of those files you mentioned . All the pods came up and I didnt get any error messages. however when I tried to login to the gui, I got an error 504 timeout. I was able to navigate on the web browser to /ok.txt located in /var/pilar/www . however when i go to index.php it times out. So I think something is wrong with my setup. also i was able to verify connection from the piler pod to manticore and also to mysql. this is the log messages from the piler pod
here is my /etc/piler root@piler-7cbd47f5bc-7kfmz:/etc/piler# ls -l here is my deployment .yaml file
|
Beta Was this translation helpful? Give feedback.
-
Impressive so far. So you can get /ok.txt, but not index.php. Check the nginx error log for clues what might be wrong. Also check that the piler processes (piler and piler-smtp) are running, and you can reach the pod on port 25. |
Beta Was this translation helpful? Give feedback.
-
hello is it possible to deploy mailpiler in k8s?
Beta Was this translation helpful? Give feedback.
All reactions