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