From ce9720b644ac1384fef1a4df2d3724a5a4bb181e Mon Sep 17 00:00:00 2001 From: gruberdev Date: Sat, 3 Feb 2024 11:04:04 -0300 Subject: [PATCH] [networking] fixes unifi controller deployment --- apps/networking/unifi/controller/base/deployment.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/networking/unifi/controller/base/deployment.yaml b/apps/networking/unifi/controller/base/deployment.yaml index c378c57e0..def99acb8 100644 --- a/apps/networking/unifi/controller/base/deployment.yaml +++ b/apps/networking/unifi/controller/base/deployment.yaml @@ -40,9 +40,6 @@ spec: runAsUser: 0 fsGroupChangePolicy: Always allowPrivilegeEscalation: true - sysctls: - - name: net.ipv4.ip_unprivileged_port_start - value: "0" envFrom: - configMapRef: name: unifi-controller-cm @@ -83,11 +80,11 @@ spec: name: config resources: limits: - cpu: 400m + cpu: 500m memory: 1.3Gi requests: - cpu: 300m - memory: 1Gi + cpu: 100m + memory: 900Mi livenessProbe: tcpSocket: port: 8443