mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-24 16:26:59 +01:00
♻️ kustomization
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,18 +3,18 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- freshrss
|
||||
- homer
|
||||
- homer-code
|
||||
- invidious
|
||||
- joplin
|
||||
- libreddit
|
||||
- nitter
|
||||
- paperless
|
||||
- sharry
|
||||
- tandoor
|
||||
- theme-park
|
||||
- vaultwarden
|
||||
- vikunja
|
||||
- wallabag
|
||||
- whoogle
|
||||
- ./freshrss
|
||||
- ./homer
|
||||
- ./homer-code
|
||||
- ./invidious
|
||||
- ./joplin
|
||||
- ./libreddit
|
||||
- ./nitter
|
||||
- ./paperless
|
||||
- ./sharry
|
||||
- ./tandoor
|
||||
- ./theme-park
|
||||
- ./vaultwarden
|
||||
- ./vikunja
|
||||
- ./wallabag
|
||||
- ./whoogle
|
||||
|
||||
@@ -1,4 +1,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:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
configMapGenerator:
|
||||
- name: nitter
|
||||
files:
|
||||
- config/config.yml
|
||||
- ./config/config.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- redis
|
||||
- secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./redis
|
||||
- ./secret.sops.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
||||
@@ -3,12 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: sharry
|
||||
files:
|
||||
- config/sharry.conf
|
||||
- ./config/sharry.conf
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
@@ -3,15 +3,15 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
- patches/postgres.yaml
|
||||
- ./patches/env.yaml
|
||||
- ./patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: tandoor
|
||||
files:
|
||||
- config/nginx-config
|
||||
- ./config/nginx-config
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.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
|
||||
|
||||
@@ -3,14 +3,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/postgres.yaml
|
||||
- ./patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: vikunja
|
||||
files:
|
||||
- config/Caddyfile
|
||||
- ./config/Caddyfile
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
@@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- secret.sops.yaml
|
||||
- volume.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./volume.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
- patches/postgres.yaml
|
||||
- ./patches/env.yaml
|
||||
- ./patches/postgres.yaml
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- ./helm-release.yaml
|
||||
|
||||
Reference in New Issue
Block a user