Skip to content

Commit

Permalink
[networking] fixes unifi controller deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 3, 2024
1 parent a070093 commit ce9720b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/networking/unifi/controller/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce9720b

Please sign in to comment.