open-eats / OpenEats

:pizza: Self Hosted Recipe Management App :hamburger:
https://open-eats.github.io/
MIT License
669 stars 102 forks source link

Guidance for Kubernetes Deploy? #118

Closed zchef2k closed 4 years ago

zchef2k commented 4 years ago

App looks great. I'm looking to deploy this in my rancher lab and am having a bit of problem jumping off. Any chance there's a helm chart anywhere? Any guidance is appreciated.

zchef2k commented 4 years ago

None needed. I've mostly got this up and going. Struggling with proxying api content but I'll open a separate issue for that.

mitswan commented 4 years ago

Mind sharing the chart?

zchef2k commented 4 years ago

Mind sharing the chart?

I never created a chart. I ended up deploying the web and api components manually and a third apache container to act as the proxy. All three make claim to the same PV in some form or fashion to access common files.

I did this back in April and it was somewhat of a struggle, mostly for me learning django and this app's architecture. I didn't take the best notes when I got it running but am happy to replay what I did in case it helps you.

mitswan commented 4 years ago

Hmm, makes things tricky - perhaps I'll try to make an All in One container to get the job done