diff --git a/charts/coturn/values.yaml b/charts/coturn/values.yaml index 5be988554..79abbedcd 100644 --- a/charts/coturn/values.yaml +++ b/charts/coturn/values.yaml @@ -23,13 +23,11 @@ externalIpHelper: # important that they run on disjoint sets of nodes, you can use nodeSelector to enforce this nodeSelector: {} -# Limiting memory usage to ~90% of the available memory on a 8Gb node which is used for coturn pods by default. -# This is to prevent the pod from being OOM kill resources: requests: - memory: 512Mi + memory: 256Mi limits: - memory: 6.5Gi + memory: 512Mi initResources: requests: