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 23:53:47 +03:00
committed by GitHub
co-authored by Stavros Kois
parent 73aa1f727c
commit 6c2118a0bc
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: mymediaforalexa name: mymediaforalexa
version: 0.0.2 version: 0.0.3
appVersion: "1.3.147.99" appVersion: "1.3.147.99"
description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
type: application type: application
@@ -32,7 +32,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: 52050 default: 52051
required: true required: true
# Include{advancedPortTCP} # Include{advancedPortTCP}
- variable: targetPort - variable: targetPort
@@ -40,7 +40,7 @@ questions:
description: "The internal(!) port on the container the Application runs on" description: "The internal(!) port on the container the Application runs on"
schema: schema:
type: int type: int
default: 52050 default: 52051
- variable: sub - variable: sub
label: "Sub Service" label: "Sub Service"
description: "The Primary service on which the healthcheck runs, often the webUI" 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" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 52051 default: 52050
required: true required: true
# Include{advancedPortTCP} # Include{advancedPortTCP}
- variable: targetPort - variable: targetPort
@@ -68,7 +68,7 @@ questions:
description: "The internal(!) port on the container the Application runs on" description: "The internal(!) port on the container the Application runs on"
schema: schema:
type: int type: int
default: 52051 default: 52050
# Include{serviceExpertRoot} # Include{serviceExpertRoot}
default: false default: false
# Include{serviceExpert} # Include{serviceExpert}
+4 -4
View File
@@ -15,15 +15,15 @@ service:
main: main:
ports: ports:
main: main:
targetPort: 52050 targetPort: 52051
port: 52050 port: 52051
sub: sub:
enabled: true enabled: true
ports: ports:
sub: sub:
enabled: true enabled: true
targetPort: 52051 targetPort: 52050
port: 52051 port: 52050
persistence: persistence:
data: data: