@@ -6,6 +6,7 @@ domain_name: "" # your domain name like example.com
6
6
dockerhub : " change.docker.url" # docker hub username or url incase of private registry
7
7
private_ingressgateway_ip : " " # your private kubernetes load balancer ip
8
8
search_lb_ip : # search service Load balancer IP
9
+ learningservice_ip : " 10.0.1.5" # Load balancer IP or server ip
9
10
10
11
# Cloud Service Provider Variables
11
12
# If cloud_service_provider is AWS then update with access key as value
@@ -136,6 +137,11 @@ postgres:
136
137
db_port : 5432
137
138
db_admin_user : postgres
138
139
db_admin_password : " {{dp_vault_pgdb_admin_password}}"
140
+ dp_ssl : false
141
+ dp_ssl_mode : require
142
+ dp_sslfactory : org.postgresql.ssl.NonValidatingFactory
143
+ dp_db_name : analytics
144
+ spark_db_name : analytics
139
145
140
146
druid_postgres_user : druid # Do not change this
141
147
imagepullsecrets : " {{env}}registrysecret" # kubernetes imagePullSecrets
@@ -184,6 +190,11 @@ cloudstorage_base_path: "{{ cloud_storage_url }}"
184
190
valid_cloudstorage_base_urls : ' ["{{ cloud_storage_url }}"]'
185
191
cloudstorage_relative_path_prefix : " CONTENT_STORAGE_BASE_PATH"
186
192
193
+ cloud_storage_telemetry_type : " {{ cloud_service_provider }}"
194
+ druid_storage_type :
195
+ spark_bds_url :
196
+ druid_cloud_storage_pathstyle_access : true
197
+ spark_version : # overide this var if you need a different version of spark. Ex: spark_version: 3.1.3
187
198
# The below sets the kafka topics retention time to 1 day, if you use the defaults from the public repo, it will be 7 days
188
199
# If you want to retain the topics for 7 days, remove the below sections completely
189
200
# Ensure you have atleast 1 TB of disk to retain data for 7 days
0 commit comments