Skip to content

Commit

Permalink
move namespace (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
piratekev authored Dec 29, 2021
1 parent c7401a6 commit 30845ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
aws_region = "us-east-1"
environment_name = "dev"
namespace = "app-dev"
namespace = "app"
fullnameOverride = "gem-frontend"
replica_count = 1
docker_repository = "067550988196.dkr.ecr.us-east-1.amazonaws.com/frontend"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
aws_region = "us-east-1"
environment_name = "stage"
namespace = "app-stage"
namespace = "app"
fullnameOverride = "gem-frontend"
replica_count = 1
docker_repository = "283278994941.dkr.ecr.us-east-1.amazonaws.com/frontend"
Expand Down

0 comments on commit 30845ed

Please sign in to comment.