forked from cloudron-apps/peertube-app
Expose port for monitoring
This commit is contained in:
parent
5da1da9700
commit
616ae32168
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.10.1",
|
"version": "2.10.1-1",
|
||||||
"upstreamVersion": "5.0.1",
|
"upstreamVersion": "5.0.1",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
|
@ -17,6 +17,12 @@
|
||||||
"description": "RTMP Port for livestreaming",
|
"description": "RTMP Port for livestreaming",
|
||||||
"defaultValue": 1935,
|
"defaultValue": 1935,
|
||||||
"containerPort": 1935
|
"containerPort": 1935
|
||||||
|
},
|
||||||
|
"METRICS_PORT": {
|
||||||
|
"title": "Prometheus Metrics Port",
|
||||||
|
"description": "HTTP Port for Prometheus metrics",
|
||||||
|
"defaultValue": 9091,
|
||||||
|
"containerPort": 9091
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in a new issue