From ca4bb1cf541a4758b80b96333b7c06617b19a6e6 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:50:06 +0200 Subject: [PATCH] [elasticsearch] remove unused sidecarResources value (#1185) (#1221) This commit is a follow-up of #1183 to remove the sidecarResources value which is no more used in the chart. --- elasticsearch/README.md | 1 - elasticsearch/values.yaml | 9 --------- 2 files changed, 10 deletions(-) diff --git a/elasticsearch/README.md b/elasticsearch/README.md index a0d2e13ee..e684f9301 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -170,7 +170,6 @@ support multiple versions with minimal changes. | `service.nodePort` | Custom [nodePort][] port that can be set if you are using `service.type: nodePort` | `""` | | `service.transportPortName` | The name of the transport port within the service | `transport` | | `service.type` | Elasticsearch [Service Types][] | `ClusterIP` | -| `sidecarResources` | Allows you to set the [resources][] for the sidecar containers in the StatefulSet | {} | | `sysctlInitContainer` | Allows you to disable the `sysctlInitContainer` if you are setting [sysctl vm.max_map_count][] with another method | `enabled: true` | | `sysctlVmMaxMapCount` | Sets the [sysctl vm.max_map_count][] needed for Elasticsearch | `262144` | | `terminationGracePeriod` | The [terminationGracePeriod][] in seconds used when trying to stop the pod | `120` | diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 83cba3112..7f668a85c 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -88,15 +88,6 @@ initResources: # cpu: "25m" # memory: "128Mi" -sidecarResources: - {} - # limits: - # cpu: "25m" - # # memory: "128Mi" - # requests: - # cpu: "25m" - # memory: "128Mi" - networkHost: "0.0.0.0" volumeClaimTemplate: