diff --git a/ansible/inventory/prod/Core/common.yml b/ansible/inventory/prod/Core/common.yml index 62539702f4d6af4ff9cfe4892417dd2b79f94585..a1035a834b5b20aca4f83ebb345fe3330537f958 100644 --- a/ansible/inventory/prod/Core/common.yml +++ b/ansible/inventory/prod/Core/common.yml @@ -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"