presto-kubernetes-operator
presto-kubernetes-operator copied to clipboard
[Memory Limit Bug] Correct param set for Coordinator MemoryLimit
This create a problem, as it crunch the memory limit which is specified for worker, After setting less memory for the coordinator still we need a bigger resource which is not needed.
Resolution: In getPrestoCoordinatorPodSpec method correct param has been provided to resolve the bug