Files
homelab-infra/platform/sandbox-ci-runners/kustomization.yaml
T
panxiao81 eb52197eee
yaml / yaml (pull_request) Successful in 19s
限制 OpenSandbox 仅调度 VM
2026-09-20 17:19:12 +00:00

23 lines
535 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- service.yaml
- agent-config.yaml
- rbac.yaml
- identity-controller.yaml
- pools.yaml
patches:
# Pod jobs run directly in the homelab cluster. Keep OpenSandbox VM-only.
- target:
group: sandbox.opensandbox.io
version: v1alpha1
kind: Pool
name: ci-pod
patch: |-
apiVersion: sandbox.opensandbox.io/v1alpha1
kind: Pool
metadata:
name: ci-pod
namespace: opensandbox
$patch: delete