-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuiapp-aion-deployment.json
43 lines (43 loc) · 1.26 KB
/
uiapp-aion-deployment.json
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
{
"connections": {
"default": {
"outputDataPath": "",
"metadata": {
"microserviceName": "ui-app",
"projectCommitId": "",
"serviceAccountName": "default",
"dockerTag": "",
"ip": "",
"port": "",
"deviceName": "",
"projectName": "",
"serviceType": "NodePort",
"portConfigList": [
{
"name": "front",
"port": "4000",
"nodePort": "32001"
}
],
"containerPort": "4000",
"nodePort": "32001",
"env": {
"REACT_APP_IMAGEURL": "http://localhost:30081/uploads/",
"REACT_APP_PUBLIC_URL": "http://localhost:30081/",
"REACT_APP_APIURL":"http://localhost:30081/api/",
"REACT_APP_WS_URL":"ws://localhost:30099/",
"PORT":"4000"
},
"volumeMounts": {
"data": "/var/lib/aion/Data"
},
"volumes": {
"data": {
"type": "data",
"path": "/var/lib/aion/prj/Data"
}
}
}
}
}
}