Skip to content
Snippets Groups Projects
Unverified Commit 64963061 authored by Varac's avatar Varac
Browse files

Increase NC postgres pod CPU limit

Fixes: #830
parent 2f7fc67a
No related branches found
No related tags found
No related merge requests found
...@@ -151,10 +151,10 @@ spec: ...@@ -151,10 +151,10 @@ spec:
postgresqlPassword: "${onlyoffice_postgresql_password}" postgresqlPassword: "${onlyoffice_postgresql_password}"
resources: resources:
limits: limits:
cpu: 200m cpu: 400m
memory: 256Mi memory: 256Mi
requests: requests:
cpu: 100m cpu: 200m
memory: 128Mi memory: 128Mi
rabbitmq: rabbitmq:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment