Skip to content

Commit

Permalink
fix(unifi): reduce cpu requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent fc5cead commit 8031154
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: 2
cpu: 1
memory: 512Mi
limits:
cpu: 3
cpu: 2
memory: 1024Mi
service:
main:
Expand Down Expand Up @@ -86,10 +86,10 @@ spec:
useStatefulSet: true
resources:
requests:
cpu: 2
cpu: 1
memory: 512Mi
limits:
cpu: 3
cpu: 2
memory: 1024Mi
persistence:
enabled: true
Expand Down

0 comments on commit 8031154

Please sign in to comment.