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

adjust resources

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