From f80ecd519db3bf05ce805c694b8800339a22b5bf Mon Sep 17 00:00:00 2001 From: NIKHIL VARMA M <63706239+nikhilvarma940@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:34:22 +0530 Subject: [PATCH] Update common.yml --- ansible/inventory/prod/Core/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/prod/Core/common.yml b/ansible/inventory/prod/Core/common.yml index 6253970..a1035a8 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" -- GitLab