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:
Xstar97
2022-08-09 16:53:47 -04:00
committed by GitHub
parent 73aa1f727c
commit 6c2118a0bc
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -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: