fix(mymediaforalexa): enable second service (#3414)
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.1
|
version: 0.0.2
|
||||||
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
|
||||||
|
|||||||
@@ -18,8 +18,10 @@ service:
|
|||||||
targetPort: 52050
|
targetPort: 52050
|
||||||
port: 52050
|
port: 52050
|
||||||
sub:
|
sub:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
sub:
|
sub:
|
||||||
|
enabled: true
|
||||||
targetPort: 52051
|
targetPort: 52051
|
||||||
port: 52051
|
port: 52051
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user