From f2bf8d951b1f028051c12fdd4f811d24b4d86105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OpenSpeedTest=E2=84=A2=EF=B8=8F?= <51720450+openspeedtest@users.noreply.github.com> Date: Sun, 26 Jun 2022 15:31:23 +0530 Subject: [PATCH] Port conflict Fix (#2990) * Port conflict Fix * update port Co-authored-by: Vishnu Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/incubator/openspeedtest/Chart.yaml | 2 +- charts/incubator/openspeedtest/questions.yaml | 2 +- charts/incubator/openspeedtest/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/openspeedtest/Chart.yaml b/charts/incubator/openspeedtest/Chart.yaml index dfb2baf9cc2..cb58fad024f 100644 --- a/charts/incubator/openspeedtest/Chart.yaml +++ b/charts/incubator/openspeedtest/Chart.yaml @@ -21,7 +21,7 @@ name: openspeedtest sources: - https://github.com/openspeedtest/Speed-Test type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/openspeedtest/questions.yaml b/charts/incubator/openspeedtest/questions.yaml index b4f73c25f3e..05d17032b8d 100644 --- a/charts/incubator/openspeedtest/questions.yaml +++ b/charts/incubator/openspeedtest/questions.yaml @@ -104,7 +104,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10250 + default: 10251 required: true - variable: advanced label: "Show Advanced settings" diff --git a/charts/incubator/openspeedtest/values.yaml b/charts/incubator/openspeedtest/values.yaml index 49b8a1bb1f8..f5f5c2b0ea4 100644 --- a/charts/incubator/openspeedtest/values.yaml +++ b/charts/incubator/openspeedtest/values.yaml @@ -17,7 +17,7 @@ service: ports: main: targetPort: 3000 - port: 10250 + port: 10251 probes: liveness: