Skip to content

Commit

Permalink
helm: Remove default cpu limit inside chart (#4290)
Browse files Browse the repository at this point in the history
Remove default cpu limit

Signed-off-by: Romain BELORGEY <romain.belorgey@docker.com>
  • Loading branch information
RomainBelorgey authored Oct 22, 2024
1 parent 544bd9c commit e24ada6
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion charts/gateway-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ To uninstall the chart:
| deployment.envoyGateway.image.tag | string | `""` | |
| deployment.envoyGateway.imagePullPolicy | string | `""` | |
| deployment.envoyGateway.imagePullSecrets | list | `[]` | |
| deployment.envoyGateway.resources.limits.cpu | string | `"500m"` | |
| deployment.envoyGateway.resources.limits.memory | string | `"1024Mi"` | |
| deployment.envoyGateway.resources.requests.cpu | string | `"100m"` | |
| deployment.envoyGateway.resources.requests.memory | string | `"256Mi"` | |
Expand Down
1 change: 0 additions & 1 deletion charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ deployment:
imagePullSecrets: []
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion site/content/en/latest/install/gateway-helm-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ The Helm chart for Envoy Gateway
| deployment.envoyGateway.image.tag | string | `""` | |
| deployment.envoyGateway.imagePullPolicy | string | `""` | |
| deployment.envoyGateway.imagePullSecrets | list | `[]` | |
| deployment.envoyGateway.resources.limits.cpu | string | `"500m"` | |
| deployment.envoyGateway.resources.limits.memory | string | `"1024Mi"` | |
| deployment.envoyGateway.resources.requests.cpu | string | `"100m"` | |
| deployment.envoyGateway.resources.requests.memory | string | `"256Mi"` | |
Expand Down
1 change: 0 additions & 1 deletion site/content/zh/latest/install/gateway-helm-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ The Helm chart for Envoy Gateway
| deployment.envoyGateway.image.tag | string | `""` | |
| deployment.envoyGateway.imagePullPolicy | string | `""` | |
| deployment.envoyGateway.imagePullSecrets | list | `[]` | |
| deployment.envoyGateway.resources.limits.cpu | string | `"500m"` | |
| deployment.envoyGateway.resources.limits.memory | string | `"1024Mi"` | |
| deployment.envoyGateway.resources.requests.cpu | string | `"100m"` | |
| deployment.envoyGateway.resources.requests.memory | string | `"256Mi"` | |
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/certjen-custom-scheduling.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/control-plane-with-pdb.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/default-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/deployment-custom-topology.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/deployment-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/deployment-priorityclass.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/envoy-gateway-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/global-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-helm/service-annotations.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
Expand Down

0 comments on commit e24ada6

Please sign in to comment.