Added tolerations, nodeSelectors and affinity to argo-rollouts (#387)
* added tolerations, nodeSelectors and affinity * update chart version * Update values.yaml * Update Chart.yaml
This commit is contained in:
parent
6a09dda2ed
commit
bc78e3cbe1
4 changed files with 24 additions and 2 deletions
|
|
@ -5,6 +5,12 @@ clusterInstall: true
|
|||
controller:
|
||||
name: argo-rollouts
|
||||
component: rollouts-controller
|
||||
## Node selectors and tolerations for server scheduling to nodes with taints
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
image:
|
||||
repository: argoproj/argo-rollouts
|
||||
tag: v0.8.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue