add bazarr & lidarr

This commit is contained in:
auricom
2020-11-23 18:43:44 +01:00
parent 30af369a9e
commit c9ccc3838e
10 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: k8s-at-home-charts
namespace: flux-system
spec:
interval: 10m
url: https://k8s-at-home.com/charts/
timeout: 3m
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: prometheus-community-charts
namespace: flux-system
spec:
interval: 10m
url: https://prometheus-community.github.io/helm-charts
timeout: 3m

View File

@@ -3,3 +3,5 @@ kind: Kustomization
resources:
- ./gotk-components.yaml
- ./gotk-sync.yaml
- ./helm-chart-repositories.yaml
- ./secrets.yaml

View File

@@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: secrets
namespace: flux-system
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: flux-system
path: ./secrets
prune: true
decryption:
provider: sops
secretRef:
name: sops-gpg