-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
73 lines (73 loc) · 2.48 KB
/
values.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
controller:
volumes:
configCapacity: 1Gi
configMountPath: /data/cerebro_config_storage
nodeHardwareInfo: /data/node_hardware_info
checkpointCapacity: 20Gi
checkpointMountPath: /data/cerebro_checkpoint_storage
metricsCapacity: 5Gi
metricsMountPath: /data/cerebro_metrics_storage
dataCapacity: 70Gi
dataMountPath: /data/cerebro_data_storage
cerebroRepoHostPath: /home/ec2-user/cerebro-repo
cerebroRepoMountPath: /cerebro-repo
userRepoHostPath: /home/ec2-user/user-repo
userRepoMountPath: /user-repo
git:
cerebroRepoURL: [email protected]:prsridha/cerebro-kube.git
cerebroRepoBranch: demo
gitSyncImage: 782408612084.dkr.ecr.ca-central-1.amazonaws.com/git-sync:latest
image: 782408612084.dkr.ecr.ca-central-1.amazonaws.com/cerebro-kube:latest
services:
jupyterPort: 8888
jupyterNodePort: 30888
tensorboardPort: 6006
tensorboardNodePort: 30999
creds:
gitServer: github.com
gitToken: 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
jupyterTokenSting: projectcerebro
namespace: cerebro
cluster:
name: cerebro-kube-small-2
workerSpotInstance: false
numWorkers: 3
region: ca-central-1
controllerInstance: t3.2xlarge
workerInstances:
- g4dn.12xlarge
volumeSize: 200
efsFileSystemIds:
checkpointFsId: fs-0fec20e4d8f7dfc09
dataFsId: fs-0c24f239bb8341861
metricsFsId: fs-083b42dfb788a63ce
configFsId: fs-0ff97978f494e4969
pemPath: /Users/pradsrid/Mine/Masters/Research/Cerebro/AWSCreds/cerebro-kube-kp.pem
containerImageRegistery: 602401143452.dkr.ecr.ap-south-1.amazonaws.com
networking:
nodeLocalListenIP: 169.254.0.0
prometheusNodePort: 30090
grafanaNodePort: 30030
lokiPort: 3100
publicDNSName: ec2-35-183-8-210.ca-central-1.compute.amazonaws.com
workerETL:
workerDataPath: /cerebro_data_storage_worker
coresPercent: 50
rpcPort: 7777
workerImage: 782408612084.dkr.ecr.ca-central-1.amazonaws.com/cerebro-kube:latest
workerDataHostPath: /mnt/cerebro_data_storage_worker
workerMOP:
dataMountPath: /data/cerebro_data_storage
workerDataPath: /cerebro_data_storage_worker
rpcPort: 7777
workerImage: 782408612084.dkr.ecr.ca-central-1.amazonaws.com/cerebro-kube:latest
workerDataHostPath: /mnt/cerebro_data_storage_worker
webApp:
hostPath: /home/ec2-user/web-app
mountPath: /webapp
backendPort: 8083
backendNodePort: 30083
uiPort: 80
uiNodePort: 30080
repoURL: [email protected]:prsridha/cerebro-ui.git
image: 782408612084.dkr.ecr.ca-central-1.amazonaws.com/cerebro-ui:latest