fix(runner): point GITEA_INSTANCE_URL at GKE Gitea public URL #1

Closed
will.anderson wants to merge 0 commits from fix/runner-gitea-url into main
Owner

Gitea moved to GKE. The in-cluster URL http://gitea.git.svc.cluster.local:3000 has 0 pods behind it - runner daemons get connection refused on every poll, so no CI jobs execute. Switch both ExternalSecrets to https://git.neuralplatform.ai.

Gitea moved to GKE. The in-cluster URL http://gitea.git.svc.cluster.local:3000 has 0 pods behind it - runner daemons get connection refused on every poll, so no CI jobs execute. Switch both ExternalSecrets to https://git.neuralplatform.ai.
will.anderson added 1 commit 2026-05-05 08:39:27 +00:00
Gitea moved to GKE. The old in-cluster URL
http://gitea.git.svc.cluster.local:3000 now has 0 pods behind it.
The runner daemon gets connection refused on every poll.

Switch both ExternalSecrets to https://git.neuralplatform.ai.
The public URL does not require CF Access tokens — the runner can
connect without them. CF_ACCESS_CLIENT_ID/SECRET remain for git
operations inside CI job containers (via BASH_ENV init script).
will.anderson closed this pull request 2026-06-15 16:19:27 +00:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: will.anderson/infrastructure#1