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

This commit is contained in:
Stavros Kois
2022-08-09 18:13:02 +03:00
committed by GitHub
parent 1826b46a28
commit d27ea4d9b5
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: mymediaforalexa
version: 0.0.1
version: 0.0.2
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

@@ -18,8 +18,10 @@ service:
targetPort: 52050
port: 52050
sub:
enabled: true
ports:
sub:
enabled: true
targetPort: 52051
port: 52051