added required k8s and docker file

This commit is contained in:
tusuii
2026-02-19 18:09:25 +05:30
parent 09ea6d4efb
commit 173293efaa
17 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ecommerce
resources:
- namespace.yaml
- configmap.yaml
- secret.yaml
- postgres-pvc.yaml
- postgres-statefulset.yaml
- postgres-service.yaml
- mongodb-pvc.yaml
- mongodb-statefulset.yaml
- mongodb-service.yaml
- deployment.yaml
- service.yaml
- ingress.yaml