Port conflict Fix (#2990)
* Port conflict Fix * update port Co-authored-by: Vishnu <vishnu@Vishnus-Mac-mini.local> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,7 +17,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 3000
|
||||
port: 10250
|
||||
port: 10251
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
Reference in New Issue
Block a user