Unverified Commit f242f64b authored by NIKHIL VARMA M's avatar NIKHIL VARMA M Committed by GitHub
Browse files

Update common.yml

parent f80ecd51
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment