deploy: add individual kustomizations and global kustomizations
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- backups
|
||||||
|
- nextcloud
|
||||||
|
- onlyoffice
|
||||||
|
- whiteboard
|
||||||
|
generatorOptions:
|
||||||
|
disableNameSuffixHash: true
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: cloud-limbosolutions-com
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- ./certificate.yaml
|
||||||
|
- ./network-policies.yaml
|
||||||
|
|
||||||
@@ -1,15 +1,10 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cd-serviceaccount.yaml
|
- global
|
||||||
- network-policies.yaml
|
- nextcloud
|
||||||
- middlewares.yaml
|
- onlyoffice
|
||||||
- certificate.yaml
|
- whiteboard
|
||||||
- ingress-web.yaml
|
|
||||||
- ingress-web-public.yaml
|
|
||||||
- storage-limbosolutions-com/pv.yaml
|
|
||||||
- ./onlyoffice/ingress.yaml
|
|
||||||
- ./onlyoffice/middlewares.yaml
|
|
||||||
- ./whiteboard/middlewares.yaml
|
|
||||||
generatorOptions:
|
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user