按执行职责拆分动态 Runner 组件
yaml / yaml (pull_request) Successful in 10s

This commit is contained in:
2026-09-16 14:53:30 +00:00
parent 246b5023e7
commit c4f425e9ea
11 changed files with 145 additions and 83 deletions
@@ -1,7 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: microvm-runner
name: dynamic-runner
namespace: flux-system
spec:
dependsOn:
@@ -9,7 +9,7 @@ spec:
- name: nats
- name: spire
interval: 10m
path: ./platform/microvm-runner
path: ./platform/dynamic-runner
prune: false
sourceRef:
kind: GitRepository
+1 -1
View File
@@ -11,7 +11,7 @@ resources:
- apps/http-echo.yaml
- apps/openebs.yaml
- apps/nats.yaml
- apps/microvm-runner.yaml
- apps/dynamic-runner.yaml
- apps/spire.yaml
- apps/observability.yaml
- apps/zot.yaml