feat: Support Affinity and Tolerations for Argo Chart (#206)
This commit is contained in:
parent
62f920f6c0
commit
d43891fc38
4 changed files with 39 additions and 2 deletions
|
|
@ -88,6 +88,12 @@ controller:
|
|||
enabled: false
|
||||
# minAvailable: 1
|
||||
# maxUnavailable: 1
|
||||
## Node selectors and tolerations for server scheduling to nodes with taints
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
executor:
|
||||
image:
|
||||
|
|
@ -126,6 +132,12 @@ ui:
|
|||
enabled: false
|
||||
# minAvailable: 1
|
||||
# maxUnavailable: 1
|
||||
## Node selectors and tolerations for server scheduling to nodes with taints
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
## Ingress configuration.
|
||||
## ref: https://kubernetes.io/docs/user-guide/ingress/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue