2024-10-22 20:57:38 -05:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
|
|
# Pre Flux-Kustomizations
|
|
|
|
- ./namespace.yaml
|
|
|
|
# Flux-Kustomizations
|
2024-10-23 21:27:59 -05:00
|
|
|
- ./jellyfin/ks.yaml # sqlite
|
2024-10-22 20:57:38 -05:00
|
|
|
# - ./jellyseerr/ks.yaml # sqlite
|
|
|
|
- ./radarr/ks.yaml # postgres
|
|
|
|
# - ./shoko/ks.yaml # sqlite
|
|
|
|
- ./sonarr/ks.yaml # postgres
|