From 955db121d7199479eb0b3fecd117c624800304d1 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Mon, 15 Nov 2021 20:37:31 +0100 Subject: [PATCH] setup memory limits --- k8s/coturn-dns/templates/coturn-dns.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/coturn-dns/templates/coturn-dns.yaml b/k8s/coturn-dns/templates/coturn-dns.yaml index b193766..e451bd3 100644 --- a/k8s/coturn-dns/templates/coturn-dns.yaml +++ b/k8s/coturn-dns/templates/coturn-dns.yaml @@ -42,6 +42,6 @@ spec: value: {{ .Values.coturnDomainName }} resources: requests: - memory: 32Mi + memory: 128Mi limits: - memory: 32Mi + memory: 128Mi