Skip to content

Commit 976ee39

Browse files
author
Everett Toews
authored
Merge pull request #119 from everett-toews/fixes
Some fixes to env vars and commands
2 parents 53fb69c + b450542 commit 976ee39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ These instructions will create the resources necessary to run the deconst conten
6666

6767
1. 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+
6971
1. 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

105107
1. Create resources

0 commit comments

Comments
 (0)