Pointing 443 and 22 to the same app
Trying to setup gitea without a bunch of hard coding or hacky work arounds. Gitea helm just says
If you're using ingress and want to use SSH, keep in mind, that ingress is not able to forward SSH Ports. You will need a LoadBalancer like metallb and a setting in your ssh service annotations.
service:
ssh:
annotations:
metallb.universe.tf/allow-shared-ip: test
I'm not even sure where that is suppose to go. I get that shared ip is suppose to make sure 22 can live on the same IP as 443 but can't manage any setup that ends up on the same IP. I even tried asking AI and it just keeps running in circles suggesting unhinged solutions. I know I have to be missing something simple after going down some rabbit holes