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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 6639d87  added gcp gke deploying
6639d87 is described below

commit 6639d87b36633a3ce42f6009c3b63e07d4738db8
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Dec 19 14:31:36 2019 +0200

    added gcp gke deploying
---
 .../gcp/ssn-gke/main/modules/helm_charts/files/mysql_values.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mysql_values.yaml
 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mysql_values.yaml
index d3c3272..c9a82bc 100644
--- 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mysql_values.yaml
+++ 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/files/mysql_values.yaml
@@ -23,7 +23,8 @@ mysqlRootPassword: "${mysql_root_password}"
 mysqlUser: ${mysql_user}
 mysqlPassword: "${mysql_user_password}"
 mysqlDatabase: ${mysql_db_name}
-#persistence:
-#  enabled: true
-#  size: ${mysql_disk_size}Gi
-#  storageClass: ${storage_class}
+imageTag: "5.7.14"
+persistence:
+  enabled: true
+  size: ${mysql_disk_size}Gi
+  storageClass: ${storage_class}


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

Reply via email to