From f242f64bab9d437bfe262c73e446e7a2d910806c Mon Sep 17 00:00:00 2001
From: NIKHIL VARMA M <63706239+nikhilvarma940@users.noreply.github.com>
Date: Tue, 19 Dec 2023 15:34:45 +0530
Subject: [PATCH] Update common.yml

---
 ansible/inventory/prod/DataPipeline/common.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/inventory/prod/DataPipeline/common.yml b/ansible/inventory/prod/DataPipeline/common.yml
index a986da7..bc1df0e 100644
--- a/ansible/inventory/prod/DataPipeline/common.yml
+++ b/ansible/inventory/prod/DataPipeline/common.yml
@@ -4,8 +4,8 @@ cloud_service_provider: "gcloud"       # Your cloud service provider name. Suppo
 domain_name: "services.upsmfac.org"           # your domain name like example.com
 # docker hub details
 dockerhub: "asia.gcr.io/upsmf-368011"                                      # docker hub username or url incase of private registry
-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"
 # Note - You can use the same azure account for the below variables or have separate azure accounts
 sunbird_private_storage_account_name: "{{ gcloud_private_bucket_name }}"         # Azure account name for storing private data (like reports, telemetry data)
 sunbird_public_storage_account_name: "{{ gcloud_public_bucket_name }}"         # Azure account name for storing public data (like contents)
-- 
GitLab