From 45a23d926273a50f0c4789e04d74fb7c35243752 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 13 Apr 2023 14:21:22 -0400 Subject: [PATCH] Increase limit of znc ram --- 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 1505009..5092a30 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -68,4 +68,4 @@ spec: cpu: 1m memory: 4Mi limits: - memory: 100Mi \ No newline at end of file + memory: 200Mi \ No newline at end of file