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
This commit is contained in:
parent
42569b7aaa
commit
9e11fc11af
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user