Skip to content

Commit 69242ad

Browse files
committed
change default to 64Mi
Signed-off-by: zirain <[email protected]>
1 parent 41ba999 commit 69242ad

File tree

167 files changed

+33582
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+33582
-76
lines changed

api/v1alpha1/shared_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const (
2828
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
2929
DefaultShutdownManagerCPUResourceRequests = "10m"
3030
// DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource
31-
DefaultShutdownManagerMemoryResourceRequests = "32Mi"
31+
DefaultShutdownManagerMemoryResourceRequests = "64Mi"
3232
// DefaultShutdownManagerMemoryResourceLimits for shutdown manager memory resource limits
33-
DefaultShutdownManagerMemoryResourceLimits = "32Mi"
33+
DefaultShutdownManagerMemoryResourceLimits = "64Mi"
3434
// DefaultShutdownManagerImage is the default image used for the shutdown manager.
3535
DefaultShutdownManagerImage = "docker.io/envoyproxy/gateway-dev:latest"
3636
// DefaultRateLimitImage is the default image used by ratelimit.

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/component-level.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ spec:
158158
timeoutSeconds: 1
159159
resources:
160160
limits:
161-
memory: 32Mi
161+
memory: 64Mi
162162
requests:
163163
cpu: 10m
164-
memory: 32Mi
164+
memory: 64Mi
165165
securityContext:
166166
allowPrivilegeEscalation: false
167167
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/custom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ spec:
333333
timeoutSeconds: 1
334334
resources:
335335
limits:
336-
memory: 32Mi
336+
memory: 64Mi
337337
requests:
338338
cpu: 10m
339-
memory: 32Mi
339+
memory: 64Mi
340340
securityContext:
341341
allowPrivilegeEscalation: false
342342
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/default-env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ spec:
332332
timeoutSeconds: 1
333333
resources:
334334
limits:
335-
memory: 32Mi
335+
memory: 64Mi
336336
requests:
337337
cpu: 10m
338-
memory: 32Mi
338+
memory: 64Mi
339339
securityContext:
340340
allowPrivilegeEscalation: false
341341
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/default.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ spec:
340340
timeoutSeconds: 1
341341
resources:
342342
limits:
343-
memory: 32Mi
343+
memory: 64Mi
344344
requests:
345345
cpu: 10m
346-
memory: 32Mi
346+
memory: 64Mi
347347
securityContext:
348348
allowPrivilegeEscalation: false
349349
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/disable-prometheus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ spec:
310310
timeoutSeconds: 1
311311
resources:
312312
limits:
313-
memory: 32Mi
313+
memory: 64Mi
314314
requests:
315315
cpu: 10m
316-
memory: 32Mi
316+
memory: 64Mi
317317
securityContext:
318318
allowPrivilegeEscalation: false
319319
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/extension-env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ spec:
336336
timeoutSeconds: 1
337337
resources:
338338
limits:
339-
memory: 32Mi
339+
memory: 64Mi
340340
requests:
341341
cpu: 10m
342-
memory: 32Mi
342+
memory: 64Mi
343343
securityContext:
344344
allowPrivilegeEscalation: false
345345
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/override-labels-and-annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ spec:
349349
timeoutSeconds: 1
350350
resources:
351351
limits:
352-
memory: 32Mi
352+
memory: 64Mi
353353
requests:
354354
cpu: 10m
355-
memory: 32Mi
355+
memory: 64Mi
356356
securityContext:
357357
allowPrivilegeEscalation: false
358358
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/patch-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ spec:
340340
timeoutSeconds: 1
341341
resources:
342342
limits:
343-
memory: 32Mi
343+
memory: 64Mi
344344
requests:
345345
cpu: 10m
346-
memory: 32Mi
346+
memory: 64Mi
347347
securityContext:
348348
allowPrivilegeEscalation: false
349349
capabilities:

internal/infrastructure/kubernetes/proxy/testdata/daemonsets/volumes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ spec:
336336
timeoutSeconds: 1
337337
resources:
338338
limits:
339-
memory: 32Mi
339+
memory: 64Mi
340340
requests:
341341
cpu: 10m
342-
memory: 32Mi
342+
memory: 64Mi
343343
securityContext:
344344
allowPrivilegeEscalation: false
345345
capabilities:

0 commit comments

Comments
 (0)