You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/11 07:43:23 UTC

[incubator-dlab] branch DLAB-terraform updated: nginx module

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new 2ce19d3  nginx module
2ce19d3 is described below

commit 2ce19d3f0a7055beb7c48a2041f915239b9345ff
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 11 10:43:14 2019 +0300

    nginx module
---
 infrastructure-provisioning/terraform/aws/modules/nginx/nginx.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/aws/modules/nginx/nginx.tf b/infrastructure-provisioning/terraform/aws/modules/nginx/nginx.tf
index 003b99b..26466b8 100644
--- a/infrastructure-provisioning/terraform/aws/modules/nginx/nginx.tf
+++ b/infrastructure-provisioning/terraform/aws/modules/nginx/nginx.tf
@@ -32,12 +32,12 @@ resource "helm_release" "my_mongo" {
 
     set {
         name = "controller.service.nodePorts.http"
-        value = "${var.mongo_root_pwd}"
+        value = "${var.nginx_http_port}"
     }
 
     set {
         name = "controller.service.nodePorts.https"
-        value = "${var.mongo_db_username}"
+        value = "${var.nginx_https_port}"
     }
 
     set {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org