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: