File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ These instructions will create the resources necessary to run the deconst conten
6666
67671 . Run through [ Deconst Dev Env in Kubernetes with Minikube] ( https://github.com/deconst/deploy#deconst-dev-env-in-kubernetes-with-minikube )
6868
69+ 1 . Open a new shell
70+
69711 . Customize your environment settings
7072
7173 ``` bash
@@ -85,9 +87,9 @@ These instructions will create the resources necessary to run the deconst conten
8587 * ` RACKSPACE_REGION=IAD`
8688 * ` RACKSPACE_SERVICENET=false`
8789 * ` CONTENT_CONTAINER=deconst-${NODE_ENV} -content`
88- * ` ASSET_CONTAINER=deconst-${NODE_ENV} -content `
90+ * ` ASSET_CONTAINER=deconst-${NODE_ENV} -asset `
8991 * ` MONGODB_URL=mongodb://mongo.deconst.svc.cluster.local:27017/content`
90- * ` ELASTICSEARCH_HOST=http://elasticsearch.deconst .svc.cluster.local:9200/`
92+ * ` ELASTICSEARCH_HOST=http://elasticsearch-logging.kube-system .svc.cluster.local:9200/`
9193
9294
9395 ` ` ` bash
@@ -99,7 +101,7 @@ These instructions will create the resources necessary to run the deconst conten
99101 ` ` ` bash
100102 eval $( minikube docker-env)
101103 docker build --tag kube-registry.kube-system.svc.cluster.local:31000/content-service:dev .
102- docker push kube-registry.kube-system.svc.cluster.local:31000/content-service
104+ docker push kube-registry.kube-system.svc.cluster.local:31000/content-service:dev
103105 ` ` `
104106
1051071. Create resources
You can’t perform that action at this time.
0 commit comments