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