Skip to content

Commit

Permalink
Merge pull request #560 from kids-first/bugfix/sg-prd
Browse files Browse the repository at this point in the history
🐛 Added CIDR for prd
  • Loading branch information
alubneuski authored Dec 16, 2020
2 parents 2fa31e2 + 540071e commit 01f5eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ecs_service_type_1_standard {
quick_deploy = "true"
external_config_repo = "false"
container_port = "80"
prd_cidr = "10.12.0.0/16"
vcpu_container = "2048"
memory_container = "4096"
vcpu_task = "2048"
Expand Down

0 comments on commit 01f5eb2

Please sign in to comment.