Skip to content

Commit 1af3b93

Browse files
committed
fix: set gcsfuse sidecar resource limit
1 parent 1fda28b commit 1af3b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.infra/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ if (!isAdhocEnv) {
228228
podAnnotations['gke-gcsfuse/volumes'] = 'true';
229229
podAnnotations['gke-gcsfuse/cpu-request'] = '10m';
230230
podAnnotations['gke-gcsfuse/memory-request'] = '32Mi';
231+
podAnnotations['gke-gcsfuse/cpu-limit'] = '100m';
232+
podAnnotations['gke-gcsfuse/memory-limit'] = '128Mi';
231233
}
232234

233235
const jwtEnv = [

0 commit comments

Comments
 (0)