Expose port for monitoring

This commit is contained in:
Rafael Caricio 2023-01-10 20:35:08 +01:00
parent 5da1da9700
commit 616ae32168
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -1,5 +1,5 @@
{
"version": "2.10.1",
"version": "2.10.1-1",
"upstreamVersion": "5.0.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
@ -17,6 +17,12 @@
"description": "RTMP Port for livestreaming",
"defaultValue": 1935,
"containerPort": 1935
},
"METRICS_PORT": {
"title": "Prometheus Metrics Port",
"description": "HTTP Port for Prometheus metrics",
"defaultValue": 9091,
"containerPort": 9091
}
},
"addons": {