feat: add manifests template
This commit is contained in:
commit
5f1e7cb34b
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# cicd-deployment-manifests-template
|
||||||
|
|
||||||
|
Application manifests template for Maidn.
|
||||||
0
apps/previews/.gitkeep
Normal file
0
apps/previews/.gitkeep
Normal file
0
apps/production/.gitkeep
Normal file
0
apps/production/.gitkeep
Normal file
0
apps/staging/.gitkeep
Normal file
0
apps/staging/.gitkeep
Normal file
5
namespaces/kustomization.yaml
Normal file
5
namespaces/kustomization.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- staging.yaml
|
||||||
|
- production.yaml
|
||||||
4
namespaces/production.yaml
Normal file
4
namespaces/production.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: production
|
||||||
4
namespaces/staging.yaml
Normal file
4
namespaces/staging.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: staging
|
||||||
Loading…
Reference in a new issue