Unverified Commit bb59b31b authored by santhosh-tg's avatar santhosh-tg Committed by GitHub
Browse files

Merge pull request #1 from tsprasath/patch-1

elasticsearch url update
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
No preview for this file type
......@@ -44,7 +44,7 @@ data:
sunbird_authorization: {{ $sunbird_authorization }}
sunbird_sso_url: {{ if .Values.domain }}
{{- .Values.domain }}{{ .Values.keycloak_auth_endpoint }}
{{- printf "https://%s" .Values.domain }}{{ .Values.keycloak_auth_endpoint }}
{{- else -}}
{{- printf "ERROR | %s | Please provide a value for \"domain\"" .Chart.Name | fail }}
{{- end }}
......
......@@ -71,7 +71,7 @@ actor_hostname: actor-service
api_actor_provider: local
background_actor_provider: local
bind_hostname: 0.0.0.0
ekstep_api_base_url: http://learning.dev.svc.cluster.local:8080/learning-service
ekstep_api_base_url: http://learning-service.dev.svc.cluster.local:8080/learning-service
feed_limit: 30
form_api_endpoint: /plugin/v1/form/read
isMultiDCEnabled: false
......@@ -87,7 +87,7 @@ sunbird_app_name: sunbird
sunbird_cache_enable: true
sunbird_cassandra_consistency_level: local_quorum
sunbird_cassandra_host: cassandra.dev.svc.cluster.local
sunbird_cassandra_password: passwod
sunbird_cassandra_password: password
sunbird_cassandra_port: 9042
sunbird_cassandra_username: admin
sunbird_cert_service_base_url: http://cert-service.dev.svc.cluster.local:9000
......@@ -103,7 +103,7 @@ sunbird_encryption_key: encryptionkey
sunbird_encryption_mode: local
sunbird_env_logo_url: ""
sunbird_environment: dev
sunbird_es_host: http://elasticsearch.dev.svc.cluster.local
sunbird_es_host: elasticsearch.dev.svc.cluster.local
sunbird_es_port: 9300
sunbird_fuzzy_search_threshold: 0.5
sunbird_gzip_enable: true
......
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