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