Commit a1116e5c authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update deploy values

parent 167832ae
...@@ -160,14 +160,14 @@ postgres: ...@@ -160,14 +160,14 @@ postgres:
resources: resources:
limits: limits:
memory: memory:
_default: "2Gi" _default: "4Gi"
cpu: cpu:
_default: "2" _default: "3"
requests: requests:
memory: memory:
_default: "2Gi" _default: "4Gi"
cpu: cpu:
_default: "2" _default: "3"
environment: environment:
POSTGRES_USER: POSTGRES_USER:
......
...@@ -124,19 +124,19 @@ postgres: ...@@ -124,19 +124,19 @@ postgres:
command: '["docker-entrypoint.sh", "-c"]' command: '["docker-entrypoint.sh", "-c"]'
args: '["max_connections=300"]' args: '["max_connections=300"]'
strategy: Recreate persistence: true
resources: resources:
limits: limits:
memory: memory:
_default: "1Gi" _default: "4Gi"
cpu: cpu:
_default: "1" _default: "3"
requests: requests:
memory: memory:
_default: "1Gi" _default: "4Gi"
cpu: cpu:
_default: "1" _default: "3"
environment: environment:
POSTGRES_USER: POSTGRES_USER:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment