How to use SSH to push and pull code in Kubernetes?

I want to deploy Gitea in Kubernetes, but I only found the Docker Compose configuration and couldn’t find a Kubernetes-specific method.

Hello,

To my knowledge, the supported method of installing Gitea into Kubernetes is through their Helm charts:

Thanks