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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user