deploy: add individual kustomizations and global kustomizations

This commit is contained in:
Márcio Fernandes
2026-07-14 10:32:41 +00:00
parent 3e8e2a4987
commit 9bf0b6b71d
7 changed files with 40 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- backups
- nextcloud
- onlyoffice
- whiteboard
generatorOptions:
disableNameSuffixHash: true
+8
View File
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cloud-limbosolutions-com
resources:
- ./certificate.yaml
- ./network-policies.yaml
+6 -11
View File
@@ -1,15 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cd-serviceaccount.yaml
- network-policies.yaml
- middlewares.yaml
- certificate.yaml
- ingress-web.yaml
- ingress-web-public.yaml
- storage-limbosolutions-com/pv.yaml
- ./onlyoffice/ingress.yaml
- ./onlyoffice/middlewares.yaml
- ./whiteboard/middlewares.yaml
- global
- nextcloud
- onlyoffice
- whiteboard
generatorOptions:
disableNameSuffixHash: true
disableNameSuffixHash: true
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cloud-limbosolutions-com
resources:
- ./ingress.yaml
- ./middlewares.yaml
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cloud-limbosolutions-com
resources:
- ./middlewares.yaml