UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8b2c136a authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

Merge branch 'ek-213-istio-mtls-fix' into 'master'

fix(fluent): disable tls flushes when istio enabled for fluentbit and elastic

Closes big-bang/product/packages/elasticsearch-kibana#213

See merge request !5195
parents a0d39f73 d84c26a7
No related branches found
No related tags found
1 merge request!5195fix(fluent): disable tls flushes when istio enabled for fluentbit and elastic
Pipeline #3656985 passed
......@@ -57,9 +57,13 @@ config:
Suppress_Type_Name On
Retry_Limit False
Replace_Dots On
{{- if and .Values.istio.enabled (dig "istio" "elasticsearch" "enabled" false .Values.elasticsearchKibana.values) }}
tls Off
{{- else }}
tls On
tls.verify On
tls.ca_file /etc/elasticsearch/certs/ca.crt
{{- end }}
storage.total_limit_size {{ dig "storage" "total_limit_size" "10G" .Values.fluentbit.values }}
[OUTPUT]
Name es
......
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