Fix Gitea service names: gitea-http → gitea-helm-http

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.
This commit is contained in:
Julia McGhee
2026-03-21 16:00:08 +00:00
parent e78807bff1
commit a4553fbeae
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ spec:
image: gitea/act_runner:latest image: gitea/act_runner:latest
env: env:
- name: GITEA_INSTANCE_URL - name: GITEA_INSTANCE_URL
value: http://gitea-http.platform.svc:3000 value: http://gitea-helm-http.platform.svc:3000
- name: GITEA_RUNNER_REGISTRATION_TOKEN - name: GITEA_RUNNER_REGISTRATION_TOKEN
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:

View File

@@ -12,7 +12,7 @@ spec:
- match: Host(`gitea.coreworlds.io`) - match: Host(`gitea.coreworlds.io`)
kind: Rule kind: Rule
services: services:
- name: gitea-http - name: gitea-helm-http
namespace: platform namespace: platform
port: 3000 port: 3000
tls: tls: