Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix gen #4978

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/v1alpha1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const (
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
DefaultShutdownManagerCPUResourceRequests = "10m"
// DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource
DefaultShutdownManagerMemoryResourceRequests = "32Mi"
DefaultShutdownManagerMemoryResourceRequests = "64Mi"
// DefaultShutdownManagerMemoryResourceLimits for shutdown manager memory resource limits
DefaultShutdownManagerMemoryResourceLimits = "32Mi"
DefaultShutdownManagerMemoryResourceLimits = "64Mi"
// DefaultShutdownManagerImage is the default image used for the shutdown manager.
DefaultShutdownManagerImage = "docker.io/envoyproxy/gateway-dev:latest"
// DefaultRateLimitImage is the default image used by ratelimit.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ provider:
requests:
cpu: 100m
memory: 512Mi
limits:
memory: 512Mi
securityContext:
runAsUser: 2000
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ spec:
timeoutSeconds: 1
resources:
limits:
memory: 32Mi
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Loading
Loading