Instructions for configuring (NGINX) load balancer and SSH #303
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We are running a NGINX LB in our cluster and so far SSH is working.
However, I see a lot of failed SSH requests from the ingress (#224) and wondering if and how I might need to change the deployment.
I've looked at https://gitea.com/gitea/helm-chart/src/branch/master/templates/gitea/ssh-svc.yaml and https://gitea.com/gitea/helm-chart#ssh-and-ingress but don't really know what to do.
Help is appreciated :)
I didn't went through path of configuring Nginx for SSH and instead setup a general external loadbalancer and SSH service works fine (however it results into log influx https://gitea.com/gitea/helm-chart/issues/258)
@pat-s Isn't this already resolved due to the configurable SSH log level or do I miss something obvious about this issue? #358