Matthew Faltys
7 years ago
3 changed files with 62 additions and 1 deletions
@ -0,0 +1,51 @@ |
|||||||
|
{ |
||||||
|
"acKind": "ImageManifest", |
||||||
|
"acVersion": "0.8.8", |
||||||
|
"name": "unixvoid.com/seedpod", |
||||||
|
"labels": [ |
||||||
|
{ |
||||||
|
"name": "version", |
||||||
|
"value": "latest" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "arch", |
||||||
|
"value": "amd64" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "os", |
||||||
|
"value": "linux" |
||||||
|
} |
||||||
|
], |
||||||
|
"app": { |
||||||
|
"user": "root", |
||||||
|
"group": "root", |
||||||
|
"exec": [ |
||||||
|
"/run.sh" |
||||||
|
], |
||||||
|
"ports": [ |
||||||
|
{ |
||||||
|
"name": "web", |
||||||
|
"protocol": "tcp", |
||||||
|
"port": 9091 |
||||||
|
} |
||||||
|
], |
||||||
|
"mountPoints": [ |
||||||
|
{ |
||||||
|
"name": "downloads", |
||||||
|
"path": "/transmission/downloads/", |
||||||
|
"readOnly": false |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "incomplete", |
||||||
|
"path": "/transmission/incomplete/", |
||||||
|
"readOnly": false |
||||||
|
} |
||||||
|
] |
||||||
|
}, |
||||||
|
"annotations": [ |
||||||
|
{ |
||||||
|
"name": "authors", |
||||||
|
"value": "Matthew Faltys <mfaltys@gmail.com>" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue