-
Notifications
You must be signed in to change notification settings - Fork 2
/
daemons.yaml
41 lines (41 loc) · 970 Bytes
/
daemons.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
daemons:
- name: nnf-fence
repository: nnf-sos
serviceAccount:
name: nnf-fencing-agent
namespace: nnf-system
- name: nnf-data-movement
bin: nnf-dm
buildCmd: make build-daemon
path: bin/
repository: nnf-dm
serviceAccount:
name: nnf-dm-daemon
namespace: nnf-dm-system
extraArgs: '--kubernetes-qps 50 --kubernetes-burst 100'
env:
- name: GOGC
value: "off"
- name: GOMEMLIMIT
value: "20MiB"
- name: GOMAXPROCS
value: 5
- name: HTTP2_PING_TIMEOUT_SECONDS
value: 60
- name: client-mount
bin: clientmountd
buildCmd: make build-daemon
path: bin/
repository: nnf-sos
serviceAccount:
name: nnf-clientmount
namespace: nnf-system
env:
- name: GOGC
value: "off"
- name: GOMEMLIMIT
value: "20MiB"
- name: GOMAXPROCS
value: 5
- name: HTTP2_PING_TIMEOUT_SECONDS
value: 60