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 1fda28b commit 1af3b93Copy full SHA for 1af3b93
.infra/index.ts
@@ -228,6 +228,8 @@ if (!isAdhocEnv) {
228
podAnnotations['gke-gcsfuse/volumes'] = 'true';
229
podAnnotations['gke-gcsfuse/cpu-request'] = '10m';
230
podAnnotations['gke-gcsfuse/memory-request'] = '32Mi';
231
+ podAnnotations['gke-gcsfuse/cpu-limit'] = '100m';
232
+ podAnnotations['gke-gcsfuse/memory-limit'] = '128Mi';
233
}
234
235
const jwtEnv = [
0 commit comments