this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

re-dploy flaresolverr

+27 -1
+26
k8s/media/apps/media/jellyfin/app/replicationsource.yaml
··· 1 + --- 2 + # yaml-language-server: $schema=https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/volsync.backube/replicationsource_v1alpha1.json 3 + apiVersion: volsync.backube/v1alpha1 4 + kind: ReplicationSource 5 + metadata: 6 + name: ${APP} 7 + spec: 8 + sourcePVC: "jellyfin-config-v1" 9 + trigger: 10 + schedule: "0 0 * * *" 11 + restic: 12 + copyMethod: Snapshot 13 + repository: ${APP}-volsync-minio 14 + cacheStorageClassName: "${VOLSYNC_CACHE_SNAPSHOTCLASS:-local-hostpath}" 15 + cacheCapacity: "${VOLSYNC_CACHE_CAPACITY:-1Gi}" 16 + storageClassName: "${VOLSYNC_STORAGECLASS:-ceph-rbd}" 17 + volumeSnapshotClassName: "${VOLSYNC_SNAPSHOTCLASS:-csi-ceph-blockpool}" 18 + moverSecurityContext: 19 + runAsUser: ${APP_UID:-568} 20 + runAsGroup: ${APP_GID:-568} 21 + fsGroup: ${APP_GID:-568} 22 + pruneIntervalDays: 7 23 + retain: 24 + hourly: 24 25 + daily: 7 26 + weekly: 5
+1 -1
k8s/nebula/apps/media/kustomization.yaml
··· 5 5 - ns.yaml 6 6 - ./autobrr/ks.yaml 7 7 - ./prowlarr/ks.yaml 8 - # - ./flaresolverr/ks.yaml 8 + - ./flaresolverr/ks.yaml 9 9 # - ./jellyseer/ks.yaml 10 10 # - ./maintainerr/ks.yaml 11 11 # - ./wizarr/ks.yaml