Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[elasticsearch] remove unused sidecarResources value (#1185) (#1221)
Browse files Browse the repository at this point in the history
This commit is a follow-up of #1183 to remove the sidecarResources value
which is no more used in the chart.
  • Loading branch information
jmlrt authored Jun 10, 2021
1 parent 67ed90d commit ca4bb1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
9 changes: 0 additions & 9 deletions elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca4bb1c

Please sign in to comment.