diff --git a/charts/incubator/ispy-agent-dvr/Chart.yaml b/charts/incubator/ispy-agent-dvr/Chart.yaml index ea9887b41d0..018afa1ea7e 100644 --- a/charts/incubator/ispy-agent-dvr/Chart.yaml +++ b/charts/incubator/ispy-agent-dvr/Chart.yaml @@ -20,7 +20,7 @@ name: ispy-agent-dvr sources: - https://hub.docker.com/r/doitandbedone/ispyagentdvr - https://github.com/doitandbedone/ispyagentdvr-docker -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - security diff --git a/charts/incubator/ispy-agent-dvr/questions.yaml b/charts/incubator/ispy-agent-dvr/questions.yaml index cae4e092e09..cbcd8b2af17 100644 --- a/charts/incubator/ispy-agent-dvr/questions.yaml +++ b/charts/incubator/ispy-agent-dvr/questions.yaml @@ -158,7 +158,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10185 + default: 3478 required: true - variable: advanced label: "Show Advanced settings" diff --git a/charts/incubator/ispy-agent-dvr/values.yaml b/charts/incubator/ispy-agent-dvr/values.yaml index aa53a4ed2de..2db80e4112e 100644 --- a/charts/incubator/ispy-agent-dvr/values.yaml +++ b/charts/incubator/ispy-agent-dvr/values.yaml @@ -22,7 +22,7 @@ service: turn: enabled: true protocol: UDP - port: 10185 + port: 3478 targetPort: 3478 webrtc: enabled: true diff --git a/docs/manual/default-ports.md b/docs/manual/default-ports.md index f367b0b20bf..dd3b92dac73 100644 --- a/docs/manual/default-ports.md +++ b/docs/manual/default-ports.md @@ -67,7 +67,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | jdownloader2 | myjd | myjd | 3129 | TCP | | | pylon | main | main | 3131 | TCP | | | clamav | main | main | 3310 | TCP | | -| unifi | stun | mstunain | 3478 | UDP | | +| unifi | stun | mstunain | 3478 | UDP | Potential conflict with ispy-agent-dvr | +| ispy-agent-dvr | turn | turn | 3478 | UDP | Potential conflict with unifi | | logitech-media-server | playertcp | slimprototcp | 3483 | TCP | | | logitech-media-server | playerudp | slimprotoudp | 3483 | UDP | | | ombi | main | main | 3579 | TCP | | @@ -340,7 +341,6 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | makemkv | vnc | vnc | 10181 | TCP | | | nextpvr | main | main | 10183 | TCP | | | ispy-agent-dvr | main | main | 10184 | TCP | | -| ispy-agent-dvr | turn | turn | 10185 | UDP | | | hammond | main | main | 10186 | TCP | | | storj-node | main | main | 14002 | TCP | | | satisfactory | beacon | beacon | 15000 | UDP | |