Files
homelab/k8s/apps/syncthing/kustomization.yaml

34 lines
799 B
YAML
Raw Normal View History

2025-04-13 16:05:41 +01:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- nginx-router.yaml
- traefik-simple.yaml
- cors-middleware.yaml
2025-04-13 16:05:41 +01:00
helmCharts:
- name: syncthing
repo: https://k8s-home-lab.github.io/helm-charts
2025-04-13 19:17:41 +01:00
version: 4.0.0
2025-06-18 13:21:29 +01:00
releaseName: syncthing-master
2025-04-13 16:05:41 +01:00
namespace: syncthing
2025-06-18 13:21:29 +01:00
valuesFile: syncthing-master.yaml
2025-04-13 16:05:41 +01:00
includeCRDs: true
2025-06-18 13:21:29 +01:00
- name: syncthing
repo: https://k8s-home-lab.github.io/helm-charts
version: 4.0.0
releaseName: syncthing-khv
namespace: syncthing
valuesFile: syncthing-khv.yaml
includeCRDs: true
- name: syncthing
repo: https://k8s-home-lab.github.io/helm-charts
version: 4.0.0
releaseName: syncthing-nas
namespace: syncthing
valuesFile: syncthing-nas.yaml
includeCRDs: true