File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
kubernetes/apps/media/beets Expand file tree Collapse file tree 4 files changed +36
-0
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://lds-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
33apiVersion : kustomize.toolkit.fluxcd.io/v1
44kind : Kustomization
5+ metadata :
6+ name : &app beets
7+ spec :
8+ targetNamespace : media
9+ components :
10+
11+ - ../../../../components/volsync
12+ commonMetadata :
13+ labels :
14+ app.kubernetes.io/name : *app
15+ dependsOn :
16+ - name : external-secrets
17+ namespace : external-secrets
18+ - name : rook-ceph-cluster
19+ namespace : rook-ceph-external
20+ path : ./kubernetes/apps/media/beets/app
21+ prune : true
22+ sourceRef :
23+ kind : GitRepository
24+ name : flux-system
25+ namespace : flux-system
26+ wait : false # no flux ks dependents
27+ interval : 30m
28+ retryInterval : 1m
29+ timeout : 5m
30+ postBuild :
31+ substitute :
32+ APP : *app
33+ VOLSYNC_CAPACITY : 500Mi
34+ VOLSYNC_ACCESSMODES : ReadWriteOnce
35+ VOLSYNC_STORAGECLASS : ceph-rbd
36+ VOLSYNC_SNAPSHOTCLASS : ceph-rbd-snapshot
37+ ---
38+ # yaml-language-server: $schema=https://lds-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
39+ apiVersion : kustomize.toolkit.fluxcd.io/v1
40+ kind : Kustomization
541metadata :
642 name : &app beets-backup
743spec :
You can’t perform that action at this time.
0 commit comments