--- http: routers: gitea: entryPoints: - "https" rule: "Host(`{{ .Forgejo.Subdomain }}.{{ .RootDomain }}`)" service: "git" tls: certResolver: resolver services: git: loadBalancer: servers: - url: "http://{{ .Forgejo.ContainerIpv4Address }}:{{ .Forgejo.HttpPort }}/" tcp: routers: gitSSH: entryPoints: - "gitSSH" rule: "HostSNI(`*`)" service: "gitSSH" services: gitSSH: loadBalancer: servers: - address: "{{ .Forgejo.ContainerIpv4Address }}:{{ .Forgejo.SshPort }}"