部署动态 Pod Runner 控制器
yaml / yaml (pull_request) Successful in 12s

This commit is contained in:
2026-09-16 14:34:47 +00:00
parent 21b7b48cdf
commit 246b5023e7
11 changed files with 334 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: microvm-runner
namespace: flux-system
spec:
dependsOn:
- name: external-secrets
- name: nats
- name: spire
interval: 10m
path: ./platform/microvm-runner
prune: false
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m
wait: true
+1
View File
@@ -11,6 +11,7 @@ resources:
- apps/http-echo.yaml
- apps/openebs.yaml
- apps/nats.yaml
- apps/microvm-runner.yaml
- apps/spire.yaml
- apps/observability.yaml
- apps/zot.yaml