Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
update container names in env
Browse files Browse the repository at this point in the history
  • Loading branch information
tkostuch committed Apr 15, 2020
1 parent 507af1a commit 37f0d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/storefront-api/default.env
@@ -1,6 +1,6 @@
BIND_HOST=0.0.0.0
ELASTICSEARCH_HOST=elasticsearch
ELASTICSEARCH_HOST=sfa_elasticsearch
ELASTICSEARCH_PORT=9200
REDIS_HOST=redis
REDIS_HOST=sfa_redis
VS_ENV=dev
PM2_ARGS=--no-daemon
4 changes: 2 additions & 2 deletions kubernetes/storefront-graphql-api-configmap.yaml
Expand Up @@ -4,9 +4,9 @@ metadata:
name: storefront-api-config
data:
BIND_HOST: 0.0.0.0
ELASTICSEARCH_HOST: elasticsearch
ELASTICSEARCH_HOST: sfa_elasticsearch
ELASTICSEARCH_PORT: "9200"
REDIS_HOST: redis
REDIS_HOST: sfa_redis
REDIS_PORT: "6379"
REDIS_DB: "0"
VS_ENV: dev

0 comments on commit 37f0d8a

Please sign in to comment.