You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
859 B
45 lines
859 B
3 years ago
|
{
|
||
|
"acKind": "ImageManifest",
|
||
|
"acVersion": "0.7.1",
|
||
|
"name": "unixvoid.com/lorebot",
|
||
|
"labels": [
|
||
|
{
|
||
|
"name": "version",
|
||
|
"value": "latest"
|
||
|
},
|
||
|
{
|
||
|
"name": "arch",
|
||
|
"value": "amd64"
|
||
|
},
|
||
|
{
|
||
|
"name": "os",
|
||
|
"value": "linux"
|
||
|
}
|
||
|
],
|
||
|
"app": {
|
||
|
"user": "root",
|
||
|
"group": "root",
|
||
|
"exec": [
|
||
|
"/run.sh"
|
||
|
],
|
||
|
"mountPoints": [
|
||
|
{
|
||
|
"name": "redis",
|
||
|
"path": "/redisbackup/",
|
||
|
"readOnly": false
|
||
|
},
|
||
|
{
|
||
|
"name": "auth",
|
||
|
"path": "/.auth",
|
||
|
"readOnly": false
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"annotations": [
|
||
|
{
|
||
|
"name": "authors",
|
||
|
"value": "Matthew Faltys <mfaltys@gmail.com>"
|
||
|
}
|
||
|
]
|
||
|
}
|