fix(openspeedtest, libreddit): fix port conflicts with prometheus and move libred to stable (#3039)
This commit is contained in:
@@ -20,7 +20,7 @@ name: libreddit
|
||||
sources:
|
||||
- https://github.com/spikecodes/libreddit
|
||||
- https://hub.docker.com/r/spikecodes/libreddit
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -216,7 +216,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10252
|
||||
default: 10257
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
@@ -27,7 +27,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10252
|
||||
port: 10257
|
||||
targetPort: 8080
|
||||
|
||||
configmap:
|
||||
@@ -21,7 +21,7 @@ name: openspeedtest
|
||||
sources:
|
||||
- https://github.com/openspeedtest/Speed-Test
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -104,7 +104,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10251
|
||||
default: 10256
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
||||
@@ -17,4 +17,4 @@ service:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 3000
|
||||
port: 10251
|
||||
port: 10256
|
||||
|
||||
Reference in New Issue
Block a user