diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index fd274c05a..94b63613f 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 3a02215d5..91e2d4a19 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"