titan-iac/infrastructure/flux-system/kustomization-pegasus.yaml
2025-09-15 12:28:56 -05:00

20 lines
404 B
YAML

# infrastructure/flux-system/kustomization-pegasus.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: pegasus
namespace: flux-system
spec:
interval: 10m
path: ./services/pegasus
targetNamespace: jellyfin
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
dependsOn:
- name: core
wait: true
timeout: 5m