Commit 03f885a 1 parent 5ebac19 commit 03f885a Copy full SHA for 03f885a
File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -114,28 +114,27 @@ affinity:
114
114
values :
115
115
- amd64
116
116
117
+ # Default limits for all KAC Pods. Review resource consumption for
118
+ # each Pod in your environment and update accordingly
117
119
falconClientResources :
118
120
limits :
119
- cpu : 750m
120
121
memory : 384Mi
121
122
requests :
122
- cpu : 500m
123
+ cpu : 250m
123
124
memory : 384Mi
124
125
125
126
falconWatcherResources :
126
127
limits :
127
- cpu : 750m
128
128
memory : 384Mi
129
129
requests :
130
- cpu : 500m
130
+ cpu : 250m
131
131
memory : 384Mi
132
132
133
133
falconAcResources :
134
134
limits :
135
- cpu : 300m
136
135
memory : 256Mi
137
136
requests :
138
- cpu : 300m
137
+ cpu : 100m
139
138
memory : 256Mi
140
139
141
140
# Update Webhook and roll out new Deployment on helm upgrade
You can’t perform that action at this time.
0 commit comments