Files
homelab-infra/clusters/homelab/apps/dynamic-runner.yaml
T
panxiao81 7582990655
ansible / lint (pull_request) Failing after 0s
ansible / collection-test (pull_request) Failing after 0s
yaml / yaml (pull_request) Failing after 0s
修复 OpenSandbox 冷启动超时与旧 worker 清理
2026-09-18 18:53:26 +00:00

20 lines
488 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: dynamic-runner
namespace: flux-system
spec:
dependsOn:
- name: external-secrets
- name: spire
interval: 10m
path: ./platform/dynamic-runner
# The runner backends are replaceable. Prune is required when a retired
# worker is removed from the component; otherwise it keeps consuming work.
prune: true
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m
wait: true