Update qb
This commit is contained in:
parent
4572f5270d
commit
673a523acd
2 changed files with 1 additions and 26 deletions
|
@ -125,15 +125,6 @@ spec:
|
|||
main:
|
||||
main:
|
||||
- path: /config
|
||||
scripts:
|
||||
type: configMap
|
||||
name: qbittorrent-scripts
|
||||
defaultMode: 0775
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
- path: /scripts
|
||||
readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.30
|
||||
|
|
|
@ -18,20 +18,9 @@ spec:
|
|||
name: homelab
|
||||
wait: true
|
||||
dependsOn:
|
||||
- name: rook-ceph-cluster
|
||||
- name: local-path-provisioner
|
||||
- name: volsync
|
||||
- name: external-secrets-stores
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *appname
|
||||
HOSTNAME: qbittorrent.bjw-s.dev
|
||||
APP_UID: "568"
|
||||
APP_GID: "568"
|
||||
VOLSYNC_CLAIM: qbittorrent-config
|
||||
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
|
||||
|
@ -53,8 +42,3 @@ spec:
|
|||
wait: false
|
||||
dependsOn:
|
||||
- name: qbittorrent
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *appname
|
||||
APP_UID: "568"
|
||||
APP_GID: "568"
|
||||
|
|
Loading…
Reference in a new issue