35 lines
672 B
JSON
35 lines
672 B
JSON
{
|
|
"zot": {
|
|
"data_dir": "/var/lib/data/zot",
|
|
"image": "ghcr.io/project-zot/zot-linux-arm64:latest",
|
|
"mode": "cluster",
|
|
"name": "zot",
|
|
"namespace": "data",
|
|
"operations": {
|
|
"delete": true,
|
|
"health": true,
|
|
"install": true,
|
|
"update": true
|
|
},
|
|
"port": 5000,
|
|
"provides": {
|
|
"port": 5000,
|
|
"service": "zot"
|
|
},
|
|
"requires": {
|
|
"credentials": [],
|
|
"ports": [
|
|
{
|
|
"exposure": "private",
|
|
"port": 5000
|
|
}
|
|
],
|
|
"storage": {
|
|
"persistent": true,
|
|
"size": "50Gi"
|
|
}
|
|
},
|
|
"storage_class": "nfs-shared",
|
|
"version": "latest"
|
|
}
|
|
}
|