Replies: 2 comments 4 replies
-
So... I'm unsubscribing from notifications, but after quite a few tries (forever ago, just forgot about this), I did come up with a yaml manually. Additionally, I'm still trying to figure out how to have it use a different port than 80 because it keeps messing with traefik.
|
Beta Was this translation helpful? Give feedback.
-
I'm not too familiar with Kubernetes but it looks like you're exposing port 80 of the container to the host which shouldn't be necessary if using traefik. It should communicate with traefik over an internal container network and traefik should be the only thing exposing ports to the host. |
Beta Was this translation helpful? Give feedback.
-
Since the project is already setup to work with a docker image, could we see the necessary .yaml files to deploy to k8s or k3s in the future?
Beta Was this translation helpful? Give feedback.
All reactions