-
Notifications
You must be signed in to change notification settings - Fork 2
/
deployment_context.2202_4
70 lines (70 loc) · 3.7 KB
/
deployment_context.2202_4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
// --- Sample deployment ---//
// --- Release information --- //
config_release_name = "production"
// --- Deployment configuration --- //
config_gcp_default_region = "europe-west4"
config_gcp_default_zone = "europe-west4-b"
config_project_id = "open-targets-platform"
config_deployment_regions = [ "europe-west1", "us-east1" ]
// --- Elastic Search configuration --- //
config_vm_elastic_search_image_project = "open-targets-eu-dev"
config_vm_elastic_search_vcpus = "6"
config_vm_elastic_search_mem = "39936"
config_vm_elastic_search_image = "platform22-02-4-220225-020046-es"
config_vm_elastic_search_version = "7.10.2"
config_vm_elastic_search_boot_disk_size = "500GB"
// --- Clickhouse configuration --- //
config_vm_clickhouse_vcpus = "4"
config_vm_clickhouse_mem = "26624"
config_vm_clickhouse_image = "platform22-02-4-220225-020046-ch"
config_vm_clickhouse_image_project = "open-targets-eu-dev"
config_vm_clickhouse_boot_disk_size = "250GB"
// --- API configuration --- //
config_vm_platform_api_image_version = "22.02.2"
config_vm_api_vcpus = "2"
config_vm_api_mem = "7680"
config_vm_api_image = "cos-stable"
config_vm_api_image_project = "cos-cloud"
config_vm_api_boot_disk_size = "10GB"
// --- DNS --- //
config_dns_project_id = "open-targets-prod"
config_dns_subdomain_prefix = null
config_dns_managed_zone_name = "opentargets-org"
config_dns_managed_zone_dns_name = "opentargets.org."
config_dns_platform_api_subdomain = "api"
// --- Web App configuration --- //
config_webapp_repo_name = "opentargets/platform-app"
config_webapp_release = "22.02.3"
config_webapp_deployment_context_map = {
DEVOPS_CONTEXT_PLATFORM_APP_CONFIG_URL_API = "'https://api.platform.opentargets.org/api/v4/graphql'"
DEVOPS_CONTEXT_PLATFORM_APP_CONFIG_URL_API_BETA = "'https://api.platform.opentargets.org/api/v4/graphql'"
DEVOPS_CONTEXT_PLATFORM_APP_CONFIG_EFO_URL = "'/data/ontology/efo_json/diseases_efo.jsonl'"
DEVOPS_CONTEXT_PLATFORM_APP_CONFIG_GOOGLE_TAG_MANAGER_ID = "'GTM-WPXWRDV'"
// DEVOPS_CONTEXT_PLATFORM_APP_CONFIG_PRIMARY_COLOR = "''"
// DEVOPS_CONTEXT_PLATFORM_APP_CONFIG_FLAG_SHOW_OTAR_PROJECTS = "''"
}
// Robots.txt profile --- //
config_webapp_robots_profile = "production"
// Web Application Customisation Profile --- //
// config_webapp_custom_profile = "default.js"
// Data Context --- //
config_webapp_bucket_name_data_assets = "open-targets-data-releases"
config_webapp_data_context_release = "22.02"
// Sitemaps generation --- //
config_webapp_sitemaps_repo_name = "opentargets/ot-sitemap-cli"
config_webapp_sitemaps_release = "1.1.0"
config_webapp_sitemaps_bigquery_table = "platform"
config_webapp_sitemaps_bigquery_project = "open-targets-prod"
// Web App Web Servers configuration --- //
config_webapp_webserver_docker_image_version= "1.21.3"
// --- GLB Configuration --- //
// config_glb_webapp_enable_cdn = false
// --- Security Configuration --- //
// Allow Access only from Specified CIDR
// config_security_restrict_source_ips = []
// Enable / Disable network security policies application
// config_security_api_enable = true
// config_security_webapp_enable = true
// --- Development Mode --- //
config_set_dev_mode_on = true
//config_enable_inspection = true