I have gitea and drone deployed in a kubernetes cluster. both are externally accessible at drone and git.DOMAIN respectfully. When I attempt to access drone it sends me to gitea to get oauth token and stop there. in the drone pod I have '{“level”:“error”,“msg”:“oauth: cannot exchange code: TOKEN=: Post “https://git.DOMAIN/login/oauth/access_token”: dial tcp LOADBALANCER:443: connect: connection timed out”,“time”:“2021-02-11T20:49:18Z”}
From drone I can ping git.DOMAIN and from gitea I can curl both git and drone. Any pointers in the right direction would be appreciated.
using drone/drone:1.9.0 gitea/gitea:1.13.1