pegasus flux'd

This commit is contained in:
Brad Stein 2025-09-15 12:28:56 -05:00
parent 8cc80f695f
commit 6a86590484
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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

View File

@ -12,6 +12,7 @@ resources:
- kustomization-jitsi.yaml
- kustomization-crypto.yaml
- kustomization-monerod.yaml
- kustomization-pegasus.yaml
- kustomization-jellyfin.yaml
- kustomization-xmr-miner.yaml
- kustomization-longhorn-ui.yaml