mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ kustomization
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cluster-secrets.sops.yaml
|
||||
- cluster-settings.yaml
|
||||
- ./cluster-secrets.sops.yaml
|
||||
- ./cluster-settings.yaml
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- config
|
||||
- repositories
|
||||
- ./config
|
||||
- ./repositories
|
||||
|
@@ -2,26 +2,26 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- bitnami.yaml
|
||||
- bjw-s.yaml
|
||||
- cert-manager-webhook-ovh.yaml
|
||||
- cilium.yaml
|
||||
- cloudnative-pg.yaml
|
||||
- descheduler.yaml
|
||||
- drone.yaml
|
||||
- dysnix.yaml
|
||||
- emxq.yaml
|
||||
- external-dns.yaml
|
||||
- gitea.yaml
|
||||
- grafana.yaml
|
||||
- ingress-nginx.yaml
|
||||
- jetstack.yaml
|
||||
- kyverno.yaml
|
||||
- metrics-server.yaml
|
||||
- node-feature-discovery.yaml
|
||||
- postfinance.yaml
|
||||
- prometheus-community.yaml
|
||||
- rook-ceph.yaml
|
||||
- stakater.yaml
|
||||
- vector.yaml
|
||||
- weave-gitops.yaml
|
||||
- ./bitnami.yaml
|
||||
- ./bjw-s.yaml
|
||||
- ./cert-manager-webhook-ovh.yaml
|
||||
- ./cilium.yaml
|
||||
- ./cloudnative-pg.yaml
|
||||
- ./descheduler.yaml
|
||||
- ./drone.yaml
|
||||
- ./dysnix.yaml
|
||||
- ./emxq.yaml
|
||||
- ./external-dns.yaml
|
||||
- ./gitea.yaml
|
||||
- ./grafana.yaml
|
||||
- ./ingress-nginx.yaml
|
||||
- ./jetstack.yaml
|
||||
- ./kyverno.yaml
|
||||
- ./metrics-server.yaml
|
||||
- ./node-feature-discovery.yaml
|
||||
- ./postfinance.yaml
|
||||
- ./prometheus-community.yaml
|
||||
- ./rook-ceph.yaml
|
||||
- ./stakater.yaml
|
||||
- ./vector.yaml
|
||||
- ./weave-gitops.yaml
|
||||
|
@@ -1,4 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm
|
||||
- ./helm
|
||||
|
@@ -3,14 +3,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
- patches/postgres.yaml
|
||||
- ./patches/env.yaml
|
||||
- ./patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: authelia-configmap
|
||||
files:
|
||||
- config/configuration.yml
|
||||
- ./config/configuration.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
@@ -3,12 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
secretGenerator:
|
||||
- name: glauth-secret
|
||||
files:
|
||||
- server.toml=config/server.sops.toml
|
||||
- groups.toml=config/groups.sops.toml
|
||||
- users.toml=config/users.sops.toml
|
||||
- ./server.toml=config/server.sops.toml
|
||||
- ./groups.toml=config/groups.sops.toml
|
||||
- ./users.toml=config/users.sops.toml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
@@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- authelia
|
||||
- glauth
|
||||
- ./authelia
|
||||
- ./glauth
|
||||
|
@@ -3,6 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- pgadmin
|
||||
- postgres
|
||||
- redis
|
||||
- ./pgadmin
|
||||
- ./postgres
|
||||
- ./redis
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,4 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,14 +2,14 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- cluster
|
||||
- external-backup
|
||||
- scheduled-backup
|
||||
- ./helm-release.yaml
|
||||
- ./cluster
|
||||
- ./external-backup
|
||||
- ./scheduled-backup
|
||||
configMapGenerator:
|
||||
- name: cloudnative-pg-dashboard
|
||||
files:
|
||||
- cloudnative-pg-dashboard.json=https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/grafana-dashboard.json
|
||||
- ./cloudnative-pg-dashboard.json=https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/grafana-dashboard.json
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
annotations:
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,7 +2,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- drone-kubernetes-secrets
|
||||
- drone-runner-kube
|
||||
- helm-release.yaml
|
||||
- secret.sops.yaml
|
||||
- ./drone-kubernetes-secrets
|
||||
- ./drone-runner-kube
|
||||
- ./helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
|
@@ -1,4 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- external-backup
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./external-backup
|
||||
|
@@ -1,6 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- drone
|
||||
- gitea
|
||||
- tekton
|
||||
- ./drone
|
||||
- ./gitea
|
||||
- ./tekton
|
||||
|
@@ -6,4 +6,4 @@ resources:
|
||||
- https://github.com/tektoncd/triggers/releases/download/v0.22.0/release.yaml
|
||||
- https://github.com/tektoncd/triggers/releases/download/v0.22.0/interceptors.yaml
|
||||
- https://github.com/tektoncd/dashboard/releases/download/v0.30.0/tekton-dashboard-release.yaml
|
||||
- ingress.yaml
|
||||
- ./ingress.yaml
|
||||
|
@@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- outline
|
||||
- ./outline
|
||||
|
@@ -3,8 +3,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
- patches/postgres.yaml
|
||||
- ./patches/env.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- flood
|
||||
- pyload
|
||||
- qbittorrent
|
||||
- sabnzbd
|
||||
- ./flood
|
||||
- ./pyload
|
||||
- ./qbittorrent
|
||||
- ./sabnzbd
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./upgrade-p2pblocklist
|
||||
|
@@ -1,5 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- upgrade-p2pblocklist
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,13 +1,13 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
namespace: default
|
||||
configMapGenerator:
|
||||
- name: frigate
|
||||
files:
|
||||
- config.yaml
|
||||
- ./config.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
annotations:
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,10 +1,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- token.sops.yaml
|
||||
- podmonitor.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./token.sops.yaml
|
||||
- ./podmonitor.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
@@ -1,9 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- emqx
|
||||
# - frigate
|
||||
- home-assistant
|
||||
- home-assistant-code
|
||||
- zigbee2mqtt
|
||||
- zwavejs2mqtt
|
||||
- ./emqx
|
||||
# - ./frigate
|
||||
- ./home-assistant
|
||||
- ./home-assistant-code
|
||||
- ./zigbee2mqtt
|
||||
- ./zwavejs2mqtt
|
||||
|
@@ -1,9 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- prometheus-rule.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./prometheus-rule.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
- patches/exporter.yaml
|
||||
- ./patches/env.yaml
|
||||
- ./patches/exporter.yaml
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- service-account.yaml
|
||||
- configmap.yaml
|
||||
- daemonset.yaml
|
||||
- ./service-account.yaml
|
||||
- ./configmap.yaml
|
||||
- ./daemonset.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,12 +2,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# - coredens-nodecache
|
||||
- descheduler
|
||||
- intel-gpu-exporter
|
||||
- intel-gpu-plugin
|
||||
- kyverno
|
||||
- metrics-server
|
||||
- node-feature-discovery
|
||||
- rbac
|
||||
- reloader
|
||||
# - ./coredens-nodecache
|
||||
- ./descheduler
|
||||
- ./intel-gpu-exporter
|
||||
- ./intel-gpu-plugin
|
||||
- ./kyverno
|
||||
- ./metrics-server
|
||||
- ./node-feature-discovery
|
||||
- ./rbac
|
||||
- ./reloader
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- policies
|
||||
- ./helm-release.yaml
|
||||
- ./policies/helm-release.yaml
|
||||
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- jobs.yaml
|
||||
- ./jobs.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,18 +1,18 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespaces.yaml
|
||||
- authentication
|
||||
- databases
|
||||
- development
|
||||
- documentation
|
||||
- downloaders
|
||||
- home-automation
|
||||
- kube-tools
|
||||
- logs
|
||||
- media-automation
|
||||
- media-servers
|
||||
- monitoring
|
||||
- networking
|
||||
- storage
|
||||
- web-tools
|
||||
- ./namespaces.yaml
|
||||
- ./authentication
|
||||
- ./databases
|
||||
- ./development
|
||||
- ./documentation
|
||||
- ./downloaders
|
||||
- ./home-automation
|
||||
- ./kube-tools
|
||||
- ./logs
|
||||
- ./media-automation
|
||||
- ./media-servers
|
||||
- ./monitoring
|
||||
- ./networking
|
||||
- ./storage
|
||||
- ./web-tools
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- loki
|
||||
- vector
|
||||
- ./loki
|
||||
- ./vector
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- object-bucket-claim.yaml
|
||||
- config-map.yaml
|
||||
- helm-release.yaml
|
||||
- ./object-bucket-claim.yaml
|
||||
- ./config-map.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cron-job.yaml
|
||||
- volume.yaml
|
||||
- secret.sops.yaml
|
||||
- ./cron-job.yaml
|
||||
- ./volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- geoipupdate
|
||||
- agent
|
||||
- aggregator
|
||||
- ./geoipupdate
|
||||
- ./agent
|
||||
- ./aggregator
|
||||
|
@@ -3,6 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -3,12 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- bazarr
|
||||
- jellyseerr
|
||||
- lidarr
|
||||
- music-transcode
|
||||
- prowlarr
|
||||
- radarr
|
||||
- readarr
|
||||
- recyclarr
|
||||
- sonarr
|
||||
- ./bazarr
|
||||
- ./jellyseerr
|
||||
- ./lidarr
|
||||
- ./music-transcode
|
||||
- ./prowlarr
|
||||
- ./radarr
|
||||
- ./readarr
|
||||
- ./recyclarr
|
||||
- ./sonarr
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cronjob.yaml
|
||||
- ./cronjob.yaml
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
configMapGenerator:
|
||||
- name: radarr-pushover
|
||||
files:
|
||||
|
@@ -2,6 +2,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,13 +2,13 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
namespace: default
|
||||
configMapGenerator:
|
||||
- name: recyclarr
|
||||
files:
|
||||
- config/recyclarr.yaml
|
||||
- ./config/recyclarr.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
annotations:
|
||||
|
@@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
configMapGenerator:
|
||||
- name: sonarr-pushover
|
||||
files:
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -3,10 +3,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- calibre
|
||||
- calibre-web
|
||||
- jellyfin
|
||||
- komga
|
||||
- lychee
|
||||
- media-browser
|
||||
- navidrome
|
||||
- ./calibre
|
||||
- ./calibre-web
|
||||
- ./jellyfin
|
||||
- ./komga
|
||||
- ./lychee
|
||||
- ./media-browser
|
||||
- ./navidrome
|
||||
|
@@ -2,8 +2,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- volume.yaml
|
||||
- helm-release.yaml
|
||||
- ./volume.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secrets.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secrets.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- grafana
|
||||
- kube-prometheus-stack
|
||||
- thanos
|
||||
- uptime-kuma
|
||||
- ./grafana
|
||||
- ./kube-prometheus-stack
|
||||
- ./thanos
|
||||
- ./uptime-kuma
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,10 +2,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- rbac.yaml
|
||||
- webhook-ovh
|
||||
- issuers
|
||||
- certificates
|
||||
- prometheus-rule.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./rbac.yaml
|
||||
- ./webhook-ovh
|
||||
- ./issuers
|
||||
- ./certificates
|
||||
- ./prometheus-rule.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- rbac.yaml
|
||||
- helm-release.yaml
|
||||
- ./rbac.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -1,12 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- rbac.yaml
|
||||
- helm-release.yaml
|
||||
- ./rbac.yaml
|
||||
- ./helm-release.yaml
|
||||
configMapGenerator:
|
||||
- name: k8s-gateway-configmap
|
||||
files:
|
||||
- Corefile
|
||||
- ./Corefile
|
||||
namespace: default
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
@@ -2,9 +2,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- cert-manager
|
||||
- external-dns
|
||||
- ingress-nginx
|
||||
- k8s-gateway
|
||||
- smtp-relay
|
||||
- unifi
|
||||
- ./cert-manager
|
||||
- ./external-dns
|
||||
- ./ingress-nginx
|
||||
- ./k8s-gateway
|
||||
- ./smtp-relay
|
||||
- ./unifi
|
||||
|
@@ -2,13 +2,13 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
namespace: default
|
||||
configMapGenerator:
|
||||
- name: smtp-relay-configmap
|
||||
files:
|
||||
- maddy.conf
|
||||
- ./maddy.conf
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
annotations:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
|
@@ -2,7 +2,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
namespace: default
|
||||
configMapGenerator:
|
||||
- name: kopia
|
||||
|
@@ -2,7 +2,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- kopia-web
|
||||
- resilio-sync
|
||||
- smartctl-exporter
|
||||
- truecommand
|
||||
- ./kopia-web
|
||||
- ./resilio-sync
|
||||
- ./smartctl-exporter
|
||||
- ./truecommand
|
||||
|
@@ -2,12 +2,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
configMapGenerator:
|
||||
- name: resilio-claude-sync-conf
|
||||
namespace: default
|
||||
files:
|
||||
- config/sync.conf
|
||||
- ./config/sync.conf
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
@@ -2,12 +2,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
configMapGenerator:
|
||||
- name: resilio-helene-sync-conf
|
||||
namespace: default
|
||||
files:
|
||||
- config/sync.conf
|
||||
- ./config/sync.conf
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- claude
|
||||
- helene
|
||||
- ./claude
|
||||
- ./helene
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
|
@@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
@@ -2,5 +2,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
|
@@ -1,12 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: invidious-server
|
||||
files:
|
||||
- config/config.yml
|
||||
- ./config/config.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
@@ -1,7 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user