fix(forgejo-runner): point at in-cluster forgejo Service :3000 not public :443 — runner i/o timeout, forgejo serves 3000 not 443
This commit is contained in:
@@ -4,7 +4,9 @@ runner:
|
|||||||
tag: "6" # pin exact release before apply
|
tag: "6" # pin exact release before apply
|
||||||
name: talos-runner
|
name: talos-runner
|
||||||
labels: "docker:docker://node:22-bookworm"
|
labels: "docker:docker://node:22-bookworm"
|
||||||
forgejoUrl: https://forgejo.riotpiao.com
|
# In-cluster Service (:3000) — direct, avoids the ingress/public-hostname hop
|
||||||
|
# (the public URL is :443 which forgejo doesn't serve; runner got i/o timeout).
|
||||||
|
forgejoUrl: http://forgejo-gitea-http.cicd.svc.cluster.local:3000
|
||||||
# tokenSecret: name of the K8s Secret that holds the runner registration token
|
# tokenSecret: name of the K8s Secret that holds the runner registration token
|
||||||
# created automatically by the helmfile presync hook (see helmfile.yaml.gotmpl)
|
# created automatically by the helmfile presync hook (see helmfile.yaml.gotmpl)
|
||||||
tokenSecret: runner-token
|
tokenSecret: runner-token
|
||||||
|
|||||||
Reference in New Issue
Block a user