Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: workflows
description: Data Analysis workflow orchestration
type: application
version: 0.13.38
version: 0.13.39
dependencies:
- name: argo-workflows
repository: https://argoproj.github.io/argo-helm
Expand Down
39 changes: 20 additions & 19 deletions charts/workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,26 @@ argo-workflows:
serviceAccountName: argo-workflow
ttlStrategy:
secondsAfterCompletion: 300
# tolerations:
# - key: nodegroup
# operator: Equal
# value: workflows
# effect: NoSchedule
# - key: nodetype
# operator: Equal
# value: cs05r_gpfs
# effect: PreferNoSchedule
# affinity:
# nodeAffinity:
# preferredDuringSchedulingIgnoredDuringExecution:
# - weight: 100
# preference:
# matchExpressions:
# - key: nodegroup
# operator: In
# values:
# - workflows
secondsAfterFailure: 60
tolerations:
- key: nodegroup
operator: Equal
value: workflows
effect: NoSchedule
- key: nodetype
operator: Equal
value: cs05r_gpfs
effect: PreferNoSchedule
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: nodegroup
operator: In
values:
- workflows
extraEnv:
- name: POD_NAMES
value: "v1"
Expand Down