Files
panxiao81 45e3effcbe
lint / yaml (pull_request) Successful in 10s
lint / ansible (pull_request) Successful in 3m42s
lint / terraform (pull_request) Successful in 30s
lint / yaml (push) Successful in 9s
lint / ansible (push) Successful in 2m32s
lint / terraform (push) Successful in 30s
test(gitops): 验证 canary prune
2026-09-09 20:08:09 +00:00

21 lines
414 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: http-echo
namespace: flux-system
spec:
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: http-echo
namespace: gitops-canary
interval: 10m
path: ./apps/http-echo
prune: true
sourceRef:
kind: GitRepository
name: flux-system
targetNamespace: gitops-canary
timeout: 3m
wait: true