From a00d2c8d18192b0a23ab5b2153f50dc4e42be69b Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 26 Jun 2023 19:16:32 -0400 Subject: [PATCH] increase znc memory request --- cluster/apps/irc/znc/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 54fc2e6..54bc2bf 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -79,6 +79,6 @@ spec: resources: requests: cpu: 1m - memory: 4Mi + memory: 40Mi limits: memory: 1Gi # this will likely not happen during normal running, but compiling modules requires this \ No newline at end of file