Skip to content
Snippets Groups Projects
Commit d944c58b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added resource limits

parent 0cc88902
No related branches found
No related tags found
1 merge request!13Resolve "Some Documents produce errors"
......@@ -56,12 +56,12 @@ readinessProbe:
postgresql:
enabled: true
resources:
# limits:
# cpu: 100m
# memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
requests:
# cpu: 100m
# memory: 128Mi
cpu: 100m
memory: 128Mi
## Configure PodDisruptionBudget
## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment