Skip to content
Snippets Groups Projects
Commit 0c175927 authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

Gonrg 9879 global configuration

parent 64ef9cb1
No related branches found
No related tags found
1 merge request!684Gonrg 9879 global configuration
......@@ -45,7 +45,6 @@ You need to set variables in **values.yaml** file using any code editor. Some of
**data.partitionHost** | Partition service host | string | `http://partition` | yes
**data.policyId** | policy id from ex `${POLICY_HOST}/api/policy/v1/policies` | string | `search` | yes
**data.securityHttpsCertificateTrust** | Elastic client connection uses TrustSelfSignedStrategy(), if it is `true` | bool | `true` | yes
**data.servicePolicyEnabled** | Enables Search service integration with Policy service | bool | `false` | yes
**data.redisSearchHost** | The host for redis instance. If empty (by default), helm installs an internal redis instance | string | - | yes
**data.redisSearchPort** | The port for redis instance | digit | 6379 | yes
......
......@@ -27,4 +27,3 @@ data:
POLICY_HOST: {{ .Values.data.policyHost | quote }}
POLICY_ID: {{ .Values.data.policyId | quote }}
INDEXER_BASE_HOST: {{ .Values.data.indexerHost | quote }}
SERVICE_POLICY_ENABLED: {{ .Values.data.servicePolicyEnabled | quote }}
......@@ -12,7 +12,6 @@ data:
indexerHost: "http://indexer"
policyId: 'osdu.partition["%s"].search'
securityHttpsCertificateTrust: "true"
servicePolicyEnabled: false
# Deployments
requestsCpu: "35m"
requestsMemory: "400Mi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment