Skip to content

Kustomize files for deploying the open source Reaction Commerce platform on top of Kubernetes/OpenShift.

Notifications You must be signed in to change notification settings

demandcluster/demand-development-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demand Development Platform

Kustomize files for deploying the open source Reaction Commerce platform on top of Kubernetes/OpenShift.

Requirements

Usage

Clone repo and run kustomize build from the root or a specific directory to generate raw YAMLs. Apply build output directly to cluster:

kustomize build | kubectl apply -f -

You should see output like:

configmap/demandcluster-dev-admin-env-config-fhfctc8dh4 created
configmap/demandcluster-dev-api-env-config-696hf5k7m7 created
configmap/demandcluster-dev-hydra-env-config-m4b65gk7ff created
configmap/demandcluster-dev-identity-env-config-hhk5mgtmhm created
configmap/demandcluster-dev-storefront-env-config-4dhf2kc5cm created
secret/demandcluster-dev-admin-env-secrets-6fbm5h468m created
secret/demandcluster-dev-api-env-secrets-tgd5d5d285 created
secret/demandcluster-dev-hydra-env-secrets-86k98f27k9 created
secret/demandcluster-dev-identity-env-secrets-6fbm5h468m created
secret/demandcluster-dev-storefront-env-secrets-gm47dfg97f created
service/demandcluster-dev-admin-service created
service/demandcluster-dev-api-service created
service/demandcluster-dev-hydra-service created
service/demandcluster-dev-identity-service created
service/demandcluster-dev-storefront-service created
deployment.apps/demandcluster-dev-admin-deployment created
deployment.apps/demandcluster-dev-api-deployment created
deployment.apps/demandcluster-dev-hydra-deployment created
deployment.apps/demandcluster-dev-identity-deployment created
deployment.apps/demandcluster-dev-storefront-deployment created
ingress.networking.k8s.io/demandcluster-dev-admin-ingress created
ingress.networking.k8s.io/demandcluster-dev-api-ingress created
ingress.networking.k8s.io/demandcluster-dev-demandcluster-hydra-admin created
ingress.networking.k8s.io/demandcluster-dev-hydra-frontend created
ingress.networking.k8s.io/demandcluster-dev-identity-ingress created
ingress.networking.k8s.io/demandcluster-dev-storefront-ingress created

Todo

About

Kustomize files for deploying the open source Reaction Commerce platform on top of Kubernetes/OpenShift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published