From cd451480aee61d978a13ebc441e4e7bb0c4e7061 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Tue, 15 Aug 2023 15:15:15 +0100 Subject: [PATCH] Cange unifi memory limits. --- charts/unifi-controller/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unifi-controller/templates/deployment.yaml b/charts/unifi-controller/templates/deployment.yaml index f947f0f..00296dd 100644 --- a/charts/unifi-controller/templates/deployment.yaml +++ b/charts/unifi-controller/templates/deployment.yaml @@ -41,9 +41,9 @@ spec: - name: TZ value: "Europe/London" - name: MEM_LIMIT - value: "512" + value: "1024" - name: MEM_STARTUP - value: "512" + value: "1024" ports: - name: http containerPort: 8443