From a4553fbeaee48fa87dd058bfe6dec9882cbff09b Mon Sep 17 00:00:00 2001 From: Julia McGhee Date: Sat, 21 Mar 2026 16:00:08 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20Gitea=20service=20names:=20gitea-http=20?= =?UTF-8?q?=E2=86=92=20gitea-helm-http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Gitea Helm chart names services as gitea-helm-http and gitea-helm-ssh, not gitea-http/gitea-ssh. Update IngressRoute and runner deployment to match. --- infra/kubernetes/platform/gitea-runner/deployment.yaml | 2 +- infra/kubernetes/platform/traefik/ingressroute-gitea.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/kubernetes/platform/gitea-runner/deployment.yaml b/infra/kubernetes/platform/gitea-runner/deployment.yaml index b00ba86..bfc4ea4 100644 --- a/infra/kubernetes/platform/gitea-runner/deployment.yaml +++ b/infra/kubernetes/platform/gitea-runner/deployment.yaml @@ -20,7 +20,7 @@ spec: image: gitea/act_runner:latest env: - name: GITEA_INSTANCE_URL - value: http://gitea-http.platform.svc:3000 + value: http://gitea-helm-http.platform.svc:3000 - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: diff --git a/infra/kubernetes/platform/traefik/ingressroute-gitea.yaml b/infra/kubernetes/platform/traefik/ingressroute-gitea.yaml index 239d071..98e4d26 100644 --- a/infra/kubernetes/platform/traefik/ingressroute-gitea.yaml +++ b/infra/kubernetes/platform/traefik/ingressroute-gitea.yaml @@ -12,7 +12,7 @@ spec: - match: Host(`gitea.coreworlds.io`) kind: Rule services: - - name: gitea-http + - name: gitea-helm-http namespace: platform port: 3000 tls: