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 1af3b93 commit a97bc4bCopy full SHA for a97bc4b
.infra/index.ts
@@ -228,8 +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';
+ podAnnotations['gke-gcsfuse/cpu-limit'] = '0';
+ podAnnotations['gke-gcsfuse/memory-limit'] = '0';
233
}
234
235
const jwtEnv = [
0 commit comments