I just spun up Lemmy on my Kubernetes cluster with nginx-unprivileged and ingress-nginx. All is well so far! I’m thinking about posting the Kustomization manifests and continuing to maintain and publish OCI’s per version release of Lemmy.
You must log in or register to comment.
👋 I’m not using Kustomize, just throwing
Deployment
manifests and such at the cluster manually. Works pretty nicely, though I had some trouble setting up the custom nginx stuff to proxy stuff in - I ended up running a new nginx instance and pointing theIngress
at that rather than the Lemmy pods directly. Maybe there’s a more elegant solution I’m missing?