fix(openspeedtest, libreddit): fix port conflicts with prometheus and move libred to stable (#3039)

This commit is contained in:
Stavros Kois
2022-07-02 16:21:15 +03:00
committed by GitHub
parent eb8df6714d
commit 0c9d60a9cd
10 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@ name: libreddit
sources: sources:
- https://github.com/spikecodes/libreddit - https://github.com/spikecodes/libreddit
- https://hub.docker.com/r/spikecodes/libreddit - https://hub.docker.com/r/spikecodes/libreddit
version: 0.0.1 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
@@ -216,7 +216,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 10252 default: 10257
required: true required: true
- variable: advanced - variable: advanced
label: "Show Advanced settings" label: "Show Advanced settings"
@@ -27,7 +27,7 @@ service:
main: main:
ports: ports:
main: main:
port: 10252 port: 10257
targetPort: 8080 targetPort: 8080
configmap: configmap:
+1 -1
View File
@@ -21,7 +21,7 @@ name: openspeedtest
sources: sources:
- https://github.com/openspeedtest/Speed-Test - https://github.com/openspeedtest/Speed-Test
type: application type: application
version: 1.0.3 version: 1.0.4
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- utilities - utilities
+1 -1
View File
@@ -104,7 +104,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 10251 default: 10256
required: true required: true
- variable: advanced - variable: advanced
label: "Show Advanced settings" label: "Show Advanced settings"
+1 -1
View File
@@ -17,4 +17,4 @@ service:
ports: ports:
main: main:
targetPort: 3000 targetPort: 3000
port: 10251 port: 10256