Skip to content

Commit

Permalink
rm limits
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Mar 1, 2024
1 parent edc091b commit 478e254
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions charts/flyte-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ helm install gateway bitnami/contour -n flyte
| storage.s3.secretKey | string | `""` | AWS IAM user secret access key to use for S3 bucket auth, only used if authType is set to accesskey |
| storage.type | string | `"sandbox"` | Sets the storage type. Supported values are sandbox, s3, gcs and custom. |
| webhook.enabled | bool | `true` | enable or disable secrets webhook |
| webhook.resources.limits.cpu | int | `1` | |
| webhook.resources.limits.ephemeral-storage | string | `"500Mi"` | |
| webhook.resources.limits.memory | string | `"1Gi"` | |
| webhook.resources.requests.cpu | string | `"200m"` | |
| webhook.resources.requests.ephemeral-storage | string | `"500Mi"` | |
| webhook.resources.requests.memory | string | `"500Mi"` | |
Expand Down
4 changes: 0 additions & 4 deletions charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,6 @@ webhook:
type: spc_t

resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down
4 changes: 0 additions & 4 deletions deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,10 +1412,6 @@ spec:
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down
4 changes: 0 additions & 4 deletions deployment/eks/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,6 @@ spec:
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down
4 changes: 0 additions & 4 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1542,10 +1542,6 @@ spec:
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down
4 changes: 0 additions & 4 deletions deployment/gcp/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,6 @@ spec:
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down
4 changes: 0 additions & 4 deletions deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,10 +1564,6 @@ spec:
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down
4 changes: 0 additions & 4 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7307,10 +7307,6 @@ spec:
capabilities:
drop: ["ALL"]
resources:
limits:
cpu: 1
ephemeral-storage: 500Mi
memory: 1Gi
requests:
cpu: 200m
ephemeral-storage: 500Mi
Expand Down

0 comments on commit 478e254

Please sign in to comment.