Skip to content

Commit

Permalink
fix(unifi): further reduce cpu limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 10, 2024
1 parent 72cbdf1 commit 91738d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions registry/components/unifi/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
UNIFI_STDOUT: "true"
resources:
requests:
cpu: 1
cpu: 500M
memory: 512Mi
limits:
cpu: 2
cpu: 1200M
memory: 1024Mi
service:
main:
Expand Down Expand Up @@ -86,10 +86,10 @@ spec:
useStatefulSet: true
resources:
requests:
cpu: 1
cpu: 250M
memory: 512Mi
limits:
cpu: 2
cpu: 500M
memory: 1024Mi
persistence:
enabled: true
Expand Down

0 comments on commit 91738d8

Please sign in to comment.