9a719e2a18
This change enables TLS between Elasticsearch and Kibana data path. Note that TLS terminates at apache-proxy container of the Elasticsearch-client pod, not directly to port 9200 of elasticsearch-client container. Since all data traffic goes through apache-proxy container, fluentd output to Elasticsearch are configured to have TLS enabled as well. In additon, other Elasticsearch pods that communicate with Elasticsearch-client endpoint are modified to provide the cacert option with curl. Change-Id: I3373c0c350b30c175be4a34d25a403b9caf74294
19 lines
713 B
YAML
19 lines
713 B
YAML
---
|
|
elasticsearch:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 Update to 7.6.2 image
|
|
- 0.1.3 Add elasticsearch snapshot policy template for SLM
|
|
- 0.1.4 Add elasticsearch ILM functionality
|
|
- 0.1.5 Make templates job more generic
|
|
- 0.1.6 Fix elasticsearch-master rendering error
|
|
- 0.1.7 Pin Java options to specific versions
|
|
- 0.1.8 Disable Curator in Gate & Chart Defaults
|
|
- 0.2.0 Add more S3 configuration options
|
|
- 0.2.1 Make templates job more robust & allow overrides
|
|
- 0.2.2 Update the ES curator config to {}
|
|
- 0.2.3 Add configurable backoffLimit to templates job
|
|
- 0.2.4 Update helm-test script
|
|
- 0.2.5 Enable TLS with Kibana
|
|
...
|