♻️ kustomization

This commit is contained in:
auricom
2022-12-02 00:45:58 +01:00
parent c7eb3fca6d
commit 0259ffe463
126 changed files with 370 additions and 375 deletions

View File

@@ -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

View File

@@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- ./helm-release.yaml

View File

@@ -2,5 +2,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- volume.yaml
- ./helm-release.yaml
- ./volume.yaml

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- ./helm-release.yaml

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- ./helm-release.yaml

View File

@@ -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

View File

@@ -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

View File

@@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- ./helm-release.yaml

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- ./helm-release.yaml