We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ebac19 + 03f885a commit 7aaaf71Copy full SHA for 7aaaf71
helm-charts/falcon-kac/values.yaml
@@ -114,28 +114,27 @@ affinity:
114
values:
115
- amd64
116
117
+# Default limits for all KAC Pods. Review resource consumption for
118
+# each Pod in your environment and update accordingly
119
falconClientResources:
120
limits:
- cpu: 750m
121
memory: 384Mi
122
requests:
- cpu: 500m
123
+ cpu: 250m
124
125
126
falconWatcherResources:
127
128
129
130
131
132
133
falconAcResources:
134
135
- cpu: 300m
136
memory: 256Mi
137
138
+ cpu: 100m
139
140
141
# Update Webhook and roll out new Deployment on helm upgrade
0 commit comments