Skip to content
Snippets Groups Projects
Unverified Commit 20f88eed authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

*: set lower resource requests

parent b84a3650
Branches
Tags 34.136.1
No related merge requests found
......@@ -11,3 +11,10 @@ spec:
- selector:
matchLabels:
tier: frontend
resources:
requests:
# 2Gi is default, but won't schedule if you don't have a node with >2Gi
# memory. Modify based on your target and time-series count for
# production use. This value is mainly meant for demonstration/testing
# purposes.
memory: 400Mi
......@@ -6,3 +6,10 @@ metadata:
prometheus: k8s
spec:
version: v1.3.0
resources:
requests:
# 2Gi is default, but won't schedule if you don't have a node with >2Gi
# memory. Modify based on your target and time-series count for
# production use. This value is mainly meant for demonstration/testing
# purposes.
memory: 400Mi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment