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