mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 19:05:39 -03:00
fix(mymediaforalexa): mod main port for web access (#3417)
* fix(mymediaforalexa): mod main port for web access * Update charts/incubator/mymediaforalexa/values.yaml * bumped mymediaforalexa Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: mymediaforalexa
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
appVersion: "1.3.147.99"
|
||||
description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
|
||||
type: application
|
||||
|
||||
@@ -32,7 +32,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 52050
|
||||
default: 52051
|
||||
required: true
|
||||
# Include{advancedPortTCP}
|
||||
- variable: targetPort
|
||||
@@ -40,7 +40,7 @@ questions:
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 52050
|
||||
default: 52051
|
||||
- variable: sub
|
||||
label: "Sub Service"
|
||||
description: "The Primary service on which the healthcheck runs, often the webUI"
|
||||
@@ -60,7 +60,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 52051
|
||||
default: 52050
|
||||
required: true
|
||||
# Include{advancedPortTCP}
|
||||
- variable: targetPort
|
||||
@@ -68,7 +68,7 @@ questions:
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 52051
|
||||
default: 52050
|
||||
# Include{serviceExpertRoot}
|
||||
default: false
|
||||
# Include{serviceExpert}
|
||||
|
||||
@@ -15,15 +15,15 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 52050
|
||||
port: 52050
|
||||
targetPort: 52051
|
||||
port: 52051
|
||||
sub:
|
||||
enabled: true
|
||||
ports:
|
||||
sub:
|
||||
enabled: true
|
||||
targetPort: 52051
|
||||
port: 52051
|
||||
targetPort: 52050
|
||||
port: 52050
|
||||
|
||||
persistence:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user