Update storage.

This commit is contained in:
Joseph Hanson 2024-05-08 01:03:42 -05:00
parent 6f25756947
commit 21a81ece80
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -25,27 +25,3 @@ spec:
substitute:
APP: *app
VOLSYNC_CAPACITY: 2Gi
VOLSYNC_ACCESSMODES: ReadWriteMany
VOLSYNC_STORAGECLASS: ceph-filesystem
VOLSYNC_SNAPSHOTCLASS: csi-ceph-filesystem
# ---
# # yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: &appname qbtools
# namespace: flux-system
# spec:
# targetNamespace: default
# commonMetadata:
# labels:
# app.kubernetes.io/name: *appname
# interval: 10m
# path: "./kubernetes/apps/default/qbittorrent/tools"
# prune: true
# sourceRef:
# kind: GitRepository
# name: homelab
# wait: false
# dependsOn:
# - name: qbittorrent