fix(mymediaforalexa): enable second service (#3414)

This commit is contained in:
Stavros Kois
2022-08-09 17:13:02 +02:00
committed by GitHub
parent 1826b46a28
commit d27ea4d9b5
2 changed files with 3 additions and 1 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.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