mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ bazarr subcleaner
This commit is contained in:
@@ -65,6 +65,10 @@ spec:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: bazarr-config
|
existingClaim: bazarr-config
|
||||||
|
add-ons:
|
||||||
|
enabled: true
|
||||||
|
type: emptyDir
|
||||||
|
mountPath: /add-ons
|
||||||
video:
|
video:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
|
@@ -7,3 +7,5 @@ resources:
|
|||||||
- ./secret.sops.yaml
|
- ./secret.sops.yaml
|
||||||
- ./volume.yaml
|
- ./volume.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
|
patchesStrategicMerge:
|
||||||
|
- ./patches/subcleaner.yaml
|
||||||
|
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrelease_v2beta1.json
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: bazarr
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
values:
|
||||||
|
additionalContainers:
|
||||||
|
subcleaner:
|
||||||
|
name: subcleaner
|
||||||
|
image: k8s.gcr.io/git-sync/git-sync:v3.6.2
|
||||||
|
args:
|
||||||
|
- --repo=https://github.com/KBlixt/subcleaner.git
|
||||||
|
- --branch=master
|
||||||
|
- --depth=1
|
||||||
|
- --root=/add-ons/subcleaner
|
||||||
|
volumeMounts:
|
||||||
|
- name: add-ons
|
||||||
|
mountPath: /add-ons
|
Reference in New Issue
Block a user