This repository was archived by the owner on Aug 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "acVersion" : " 0.6.1" ,
32 "acKind" : " PodManifest" ,
3+ "acVersion" : " 0.6.1" ,
44 "apps" : [
55 {
66 "name" : " reduce-worker" ,
1010 },
1111 "app" : {
1212 "exec" : [
13- " /bin/reduce-worker" ,
13+ " /usr/ bin/reduce-worker" ,
1414 " --debug=true" ,
1515 " --data-dir=/mnt/foo"
1616 ],
1717 "group" : " 0" ,
1818 "user" : " 0" ,
1919 "mountPoints" : [
2020 {
21- "name" : " work " ,
22- "path" : " /mnt/foo "
21+ "name" : " database " ,
22+ "path" : " /var/lib/db "
2323 }
2424 ],
2525 "isolators" : [
3030 ]
3131 },
3232 "mounts" : [
33- {"volume" : " work" , "path" : " /mnt/foo" }
33+ {
34+ "volume" : " dbvolume" ,
35+ "path" : " /var/lib/db"
36+ }
3437 ]
3538 },
3639 {
4649 ]
4750 },
4851 "mounts" : [
49- {"volume" : " database" , "path" : " /mnt/db" },
50- {"volume" : " buildoutput" , "path" : " /mnt/out" }
52+ {
53+ "volume" : " dbvolume" ,
54+ "path" : " /mnt/db"
55+ },
56+ {
57+ "volume" : " buildoutput" ,
58+ "path" : " /mnt/out"
59+ }
5160 ],
5261 "annotations" : [
5362 {
7281 ],
7382 "volumes" : [
7483 {
75- "name" : " database " ,
84+ "name" : " dbvolume " ,
7685 "kind" : " host" ,
7786 "source" : " /opt/tenant1/database" ,
7887 "readOnly" : true
You can’t perform that action at this time.
0 commit comments