Create infra and add traefik

This commit is contained in:
2024-02-10 16:16:16 +00:00
parent 90ee7b1182
commit 629b3c3d35
12 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-controllers
namespace: flux-system
spec:
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ../../infrastructure
prune: true
wait: true