@@ -5,8 +5,8 @@ cloud_service_provider: "gcloud" # Your cloud service provider name. Suppo
domain_name:"services.upsmfac.org"# your domain name like example.com
dockerhub:"asia.gcr.io/upsmf-368011"# docker hub username or url incase of private registry
# This ip should be in the kubenetes subnet range. For example, if your kube cluster is running in `10.0.0.0/24, then it can be 10.0.0.5. Make sure this ip is not allocated to any other things.`
private_ingressgateway_ip:""# your private kubernetes load balancer ip
nginx_private_ingress_ip:""
private_ingressgateway_ip:"10.1.0.100"# your private kubernetes load balancer ip
nginx_private_ingress_ip:"10.1.0.100"
# For sendgrid, if you want to change, update the following
##mail_server_host: "smtp.sendgrid.net" # Email host, can be any email provider
##mail_server_username: "apikey" # Email provider username; for sendgrid you can use "apikey"