Files
eCommerce-backend/k8s/base/kustomization.yaml
2026-02-24 22:06:14 +05:30

15 lines
243 B
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