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