fix/gitea-webhook-allowlist
main
Gitea 已创建 workflow job webhook task,但默认 webhook.ALLOWED_HOST_LIST=external 会拒绝 controller 的 ClusterIP。
webhook.ALLOWED_HOST_LIST=external
仅增加精确目标:dynamic-runner-controller.dynamic-runner.svc.cluster.local,保留 external 供现有外部 webhook 使用;不放开整个 private 网络。
dynamic-runner-controller.dynamic-runner.svc.cluster.local
external
private
验证:
k3s kubectl kustomize apps/gitea
No dependencies set.
The note is not visible to the blocked user.
Gitea 已创建 workflow job webhook task,但默认
webhook.ALLOWED_HOST_LIST=external会拒绝 controller 的 ClusterIP。仅增加精确目标:
dynamic-runner-controller.dynamic-runner.svc.cluster.local,保留external供现有外部 webhook 使用;不放开整个private网络。验证:
k3s kubectl kustomize apps/gitea成功