minikube working

This commit is contained in:
tusuii
2026-02-24 22:06:14 +05:30
parent c9c7402606
commit c744d87016
27 changed files with 839 additions and 390 deletions

View File

@@ -1,16 +1,14 @@
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
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ecommerce
resources:
- namespace.yaml
- secrets.yaml
- configmap.yaml
- postgres.yaml
- mongodb.yaml
- redis.yaml
- migration-job.yaml
- backend.yaml