Commit a1116e5c authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

update deploy values

parent 167832ae
......@@ -160,14 +160,14 @@ postgres:
resources:
limits:
memory:
_default: "2Gi"
_default: "4Gi"
cpu:
_default: "2"
_default: "3"
requests:
memory:
_default: "2Gi"
_default: "4Gi"
cpu:
_default: "2"
_default: "3"
environment:
POSTGRES_USER:
......
......@@ -124,19 +124,19 @@ postgres:
command: '["docker-entrypoint.sh", "-c"]'
args: '["max_connections=300"]'
strategy: Recreate
persistence: true
resources:
limits:
memory:
_default: "1Gi"
_default: "4Gi"
cpu:
_default: "1"
_default: "3"
requests:
memory:
_default: "1Gi"
_default: "4Gi"
cpu:
_default: "1"
_default: "3"
environment:
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