-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfleet.yaml
55 lines (51 loc) · 1.23 KB
/
fleet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
defaultNamespace: argo-workflows
labels:
argo: workflows
dependsOn:
- selector:
matchLabels:
aldaas: namespace
helm:
repo: https://argoproj.github.io/argo-helm
chart: argo-workflows
values:
server:
ingress:
enabled: true
hosts:
- argo.rd.localhost
nodeSelector:
node-role.kubernetes.io/master: "true"
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
- key: "node-role.kubernetes.io/etcd"
operator: "Exists"
controller:
extraEnv:
- name: DEFAULT_REQUEUE_TIME
value: 1s
resources:
requests:
memory: "256Mi"
cpu: "250m"
limits:
memory: "256Mi"
cpu: "500m"
nodeSelector:
node-role.kubernetes.io/master: "true"
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
- key: "node-role.kubernetes.io/etcd"
operator: "Exists"
workflowNamespaces:
- aldaas
- argo-events
- argo-workflows
workflowDefaults:
spec:
serviceAccountName: argo-workflow
workflow:
serviceAccount:
create: true