Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp1172 committed Nov 29, 2024
1 parent b757b20 commit 55e36fe
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions charts/tfy-workflow-propeller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ flyte-core:
webhook:
## @param flyte-core.webhook.enabled to enable the webhook
enabled: false
## @section flyte-core.configmap configurations
configmap:
## @section flyte-core.configmap.k8s configurations
k8s:
## @section flyte-core.configmap.k8s.plugins configurations
plugins:
## @section flyte-core.configmap.k8s.plugins.k8s configurations
k8s:
## @param flyte-core.configmap.k8s.plugins.k8s.default-env-vars to set the default env vars
default-env-vars:
Expand Down Expand Up @@ -90,23 +94,14 @@ flyte-core:
flytepropeller:
## @param flyte-core.flytepropeller.enabled to enable the flytepropeller
enabled: true
## @param flyte-core.flytepropeller.resources to set the resources
resources:
## @param flyte-core.flytepropeller.resources.limits to set the resource limits
limits:
## @param flyte-core.flytepropeller.resources.limits.cpu to set the cpu limit
cpu: 1
## @param flyte-core.flytepropeller.resources.limits.memory to set the memory limit
memory: 800Mi
## @param flyte-core.flytepropeller.resources.limits.ephemeral-storage to set the ephemeral storage limit
ephemeral-storage: 2Gi
## @param flyte-core.flytepropeller.resources.requests to set the resource requests
requests:
## @param flyte-core.flytepropeller.resources.requests.cpu to set the cpu request
cpu: 0.5
## @param flyte-core.flytepropeller.resources.requests.memory to set the memory request
memory: 500Mi
## @param flyte-core.flytepropeller.resources.requests.ephemeral-storage to set the ephemeral storage request
ephemeral-storage: 1Gi
serviceAccount:
## @param flyte-core.flytepropeller.serviceAccount.create to configure whether to create the service account or not
Expand Down

0 comments on commit 55e36fe

Please sign in to comment.