fix(apps): enable secondary services on some new apps (#1548)

* fix(apps): enable secondary services on some new apps

* bump patch
This commit is contained in:
Stavros Kois
2021-12-17 12:20:48 +01:00
committed by GitHub
parent 6cd9b38136
commit 1b7cba916c
20 changed files with 44 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: domoticz
version: 0.0.3
version: 0.0.4
appVersion: "2021.1.202"
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
type: application
+4
View File
@@ -21,13 +21,17 @@ service:
targetPort: 8080
port: 10144
comm1:
enabled: true
ports:
comm1:
enabled: true
targetPort: 6144
port: 6144
comm2:
enabled: true
ports:
comm2:
enabled: true
targetPort: 1443
port: 1443