titan-iac/infrastructure/flux-system/kustomization-gitea.yaml
2025-08-12 14:57:35 -05:00

17 lines
345 B
YAML

# infrastructure/kustomization-gitea.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: gitea
namespace: flux-system
spec:
interval: 10m
path: ./services/gitea
targetNamespace: gitea
prune: false
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
wait: true