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
  • Loading branch information
jo-gre committed May 17, 2024
1 parent 9a95c67 commit a63048b
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

# -- 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 a63048b

Please sign in to comment.