ci: fix gitea runner URL and set DEFAULT_ACTIONS_URL
- external-secrets.yaml: GITEA_INSTANCE_URL changed from cluster-internal URL to https://git.neuralplatform.ai so runner can register externally - gitea.yaml: add GITEA__actions__DEFAULT_ACTIONS_URL=gitea so all actions/* references resolve from gitea.com, not github.com - Dockerfile: track runner image (Python 3.12 + build deps) in repo
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
creationPolicy: Owner
|
||||
template:
|
||||
data:
|
||||
GITEA_INSTANCE_URL: "http://gitea.git.svc.cluster.local:3000"
|
||||
GITEA_INSTANCE_URL: "https://git.neuralplatform.ai"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ .runner_token }}"
|
||||
data:
|
||||
- secretKey: runner_token
|
||||
|
||||
Reference in New Issue
Block a user