We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e20c8 commit 97b9644Copy full SHA for 97b9644
helmfile/charts/kconmon/templates/agent/daemonset.yaml
@@ -109,7 +109,7 @@ spec:
109
resources:
110
requests:
111
cpu: {{ required "Please set the agent cpu" $.Values.resources.agent.cpu }}
112
- memory: 40Mi
+ memory: {{ $.Values.resources.agent.memory | default "45Mi" }}
113
limits:
114
memory: 128Mi
115
tolerations:
helmfile/charts/kconmon/values.yaml
@@ -42,3 +42,4 @@ resources:
42
# This will scale with the number of nodes in your cluster at loosely 1m per node
43
# The minimum value is 25m
44
cpu: 70m
45
+ memory: 45Mi
0 commit comments