Skip to content
Snippets Groups Projects
Commit 064a140b authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

Set resources correctly

parent 30ed7345
No related branches found
No related tags found
No related merge requests found
......@@ -42,13 +42,13 @@ spec:
port: 5432
initialDelaySeconds: 15
periodSeconds: 20
# resources:
# requests:
# memory: "256M"
# cpu: "1000mi"
# limits:
# memory: "1024M"
# cpu: "1000mi"
resources:
requests:
cpu: 0.1
memory: 256Mi
limits:
cpu: 0.5
memory: 500Mi
env:
- name: POSTGRES_DB
value: "__POSTGRES_DB__"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment