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:
@@ -59,6 +59,8 @@ spec:
|
||||
value: "true"
|
||||
- name: GITEA__webhook__ALLOWED_HOST_LIST
|
||||
value: 192.168.0.0/24,10.0.0.0/8
|
||||
- name: GITEA__actions__DEFAULT_ACTIONS_URL
|
||||
value: gitea
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user