Skip to content

Commit

Permalink
Add affinity and tolerations to flyte-pod-webhook and clusterresouces…
Browse files Browse the repository at this point in the history
… values.yaml

Signed-off-by: Jonas Grebe <[email protected]>
  • Loading branch information
jo-gre committed May 17, 2024
1 parent 9005d9a commit 997df11
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,13 @@ webhook:
cpu: 200m
ephemeral-storage: 500Mi
memory: 500Mi

Check failure on line 485 in charts/flyte-core/values.yaml

View workflow job for this annotation

GitHub Actions / lint-and-test-charts

485:1 [trailing-spaces] trailing spaces
# -- nodeSelector for Webhook deployment
nodeSelector: {}
# -- tolerations for Webhook deployment
tolerations: []
# -- affinity for Webhook deployment
affinity: {}

# ------------------------------------------------
#
Expand Down Expand Up @@ -913,6 +920,10 @@ cluster_resource_manager:
podLabels: {}
# -- nodeSelector for ClusterResource deployment
nodeSelector: {}
# -- tolerations for ClusterResource deployment
tolerations: []
# -- affinity for ClusterResource deployment
affinity: {}
# -- Resources for ClusterResource deployment
resources: {}
# -- Configmap for ClusterResource parameters
Expand Down

0 comments on commit 997df11

Please sign in to comment.