diff --git a/registry/components/unifi/application.yaml b/registry/components/unifi/application.yaml index 238edf2..e24bd2e 100644 --- a/registry/components/unifi/application.yaml +++ b/registry/components/unifi/application.yaml @@ -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: @@ -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