Files
homelab-infra/clusters/homelab/apps/envoy-gateway.yaml
T
panxiao81 c6e3abbfc0
yaml / yaml (pull_request) Successful in 10s
feat(flux): 分阶段接管 Envoy Gateway
2026-09-10 09:26:54 +00:00

15 lines
277 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: envoy-gateway
namespace: flux-system
spec:
interval: 10m
path: ./platform/envoy-gateway
prune: false
sourceRef:
kind: GitRepository
name: flux-system
timeout: 3m
wait: false