1024m
This commit is contained in:
@ -256,7 +256,7 @@ master:
|
|||||||
##
|
##
|
||||||
## @param master.heapSize Master-eligible node heap size
|
## @param master.heapSize Master-eligible node heap size
|
||||||
##
|
##
|
||||||
heapSize: 128m
|
heapSize: 1024m
|
||||||
## @param master.podAnnotations Annotations for master-eligible pods.
|
## @param master.podAnnotations Annotations for master-eligible pods.
|
||||||
##
|
##
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
@ -353,7 +353,7 @@ master:
|
|||||||
limits: {}
|
limits: {}
|
||||||
requests:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
## Elasticsearch master-eligible container's startup probe
|
## Elasticsearch master-eligible container's startup probe
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
|
## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
|
||||||
## @param master.startupProbe.enabled Enable/disable the startup probe (master nodes pod)
|
## @param master.startupProbe.enabled Enable/disable the startup probe (master nodes pod)
|
||||||
|
Reference in New Issue
Block a user