From 9e11fc11af1561fc6aac3e9139c43dae8690a5f6 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Tue, 15 May 2018 09:24:50 -0500 Subject: [PATCH] Update resource tree for elasticsearch/kibana This adds the entry for resources for the apache proxy running in the elasticsearch client and kibana pods. This also fixes an incorrect enabled flag for resources in the kibana chart Change-Id: Ifcd33a680167d7debfae2c4d71bdcb693632fce9 --- elasticsearch/values.yaml | 7 +++++++ kibana/values.yaml | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index fd274c05a0..94b63613f5 100644 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -106,6 +106,13 @@ pod: elasticsearch: resources: enabled: false + apache_proxy: + limits: + memory: "1024Mi" + cpu: "2000m" + requests: + memory: "128Mi" + cpu: "100m" client: requests: memory: "128Mi" diff --git a/kibana/values.yaml b/kibana/values.yaml index 3a02215d5e..91e2d4a190 100644 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -51,8 +51,15 @@ pod: replicas: kibana: 1 resources: + enabled: false + apache_proxy: + limits: + memory: "1024Mi" + cpu: "2000m" + requests: + memory: "128Mi" + cpu: "100m" kibana: - enabled: false requests: memory: "128Mi" cpu: "100m"