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
|
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}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user