feat: add manifests template

This commit is contained in:
eding 2026-07-18 21:58:30 +02:00
commit 5f1e7cb34b
7 changed files with 16 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# cicd-deployment-manifests-template
Application manifests template for Maidn.

0
apps/previews/.gitkeep Normal file
View file

0
apps/production/.gitkeep Normal file
View file

0
apps/staging/.gitkeep Normal file
View file

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- staging.yaml
- production.yaml

View file

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: production

4
namespaces/staging.yaml Normal file
View file

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: staging