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

adjust resources

parent 6b30b147
Branches
Tags
1 merge request!6Fully functional version that calculate layer with all stages
......@@ -42,13 +42,13 @@ spec:
port: 5432
initialDelaySeconds: 15
periodSeconds: 20
# resources:
# requests:
# memory: "256M"
# cpu: "1000mi"
# limits:
# memory: "1024M"
# cpu: "1000mi"
- resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 400m
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