Feat(traefik): add test zone

This commit is contained in:
2025-04-18 22:18:47 +08:00
parent 090ff84261
commit ae7eca278a
12 changed files with 69 additions and 8 deletions

View File

@@ -6,7 +6,21 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./traefik-system/
path: ./traefik-system/overlays/prod
prune: true
force: false
sourceRef:
kind: GitRepository
name: infrastructures
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: traefik
namespace: flux-system
spec:
interval: 10m0s
path: ./traefik-system/overlays/test
prune: true
force: false
sourceRef: