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
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: domoticz
|
name: domoticz
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "2021.1.202"
|
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."
|
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -21,13 +21,17 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 10144
|
port: 10144
|
||||||
comm1:
|
comm1:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
comm1:
|
comm1:
|
||||||
|
enabled: true
|
||||||
targetPort: 6144
|
targetPort: 6144
|
||||||
port: 6144
|
port: 6144
|
||||||
comm2:
|
comm2:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
comm2:
|
comm2:
|
||||||
|
enabled: true
|
||||||
targetPort: 1443
|
targetPort: 1443
|
||||||
port: 1443
|
port: 1443
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: emulatorjs
|
name: emulatorjs
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "1.4.2"
|
appVersion: "1.4.2"
|
||||||
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -20,13 +20,17 @@ service:
|
|||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
port: 10130
|
port: 10130
|
||||||
front:
|
front:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
front:
|
front:
|
||||||
|
enabled: true
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
port: 10124
|
port: 10124
|
||||||
ipfs:
|
ipfs:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
ipfs:
|
ipfs:
|
||||||
|
enabled: true
|
||||||
targetPort: 4001
|
targetPort: 4001
|
||||||
port: 10138
|
port: 10138
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: foldingathome
|
name: foldingathome
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "7.6.21"
|
appVersion: "7.6.21"
|
||||||
description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
|
description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -20,8 +20,10 @@ service:
|
|||||||
targetPort: 7396
|
targetPort: 7396
|
||||||
port: 7396
|
port: 7396
|
||||||
control:
|
control:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
control:
|
control:
|
||||||
|
enabled: true
|
||||||
targetPort: 36330
|
targetPort: 36330
|
||||||
port: 36330
|
port: 36330
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: habridge
|
name: habridge
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "5.4.0"
|
appVersion: "5.4.0"
|
||||||
description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue.
|
description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -23,8 +23,10 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 10146
|
port: 10146
|
||||||
comm:
|
comm:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
comm:
|
comm:
|
||||||
|
enabled: true
|
||||||
targetPort: 50000
|
targetPort: 50000
|
||||||
port: 50000
|
port: 50000
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: ipfs
|
name: ipfs
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "2.13.0"
|
appVersion: "2.13.0"
|
||||||
description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open
|
description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -21,18 +21,24 @@ service:
|
|||||||
targetPort: 80
|
targetPort: 80
|
||||||
port: 10125
|
port: 10125
|
||||||
peer:
|
peer:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
peer:
|
peer:
|
||||||
|
enabled: true
|
||||||
targetPort: 4001
|
targetPort: 4001
|
||||||
port: 4001
|
port: 4001
|
||||||
api:
|
api:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
api:
|
api:
|
||||||
|
enabled: true
|
||||||
targetPort: 5001
|
targetPort: 5001
|
||||||
port: 5001
|
port: 5001
|
||||||
gateway:
|
gateway:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
gateway:
|
gateway:
|
||||||
|
enabled: true
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 10147
|
port: 10147
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: kodi-headless
|
name: kodi-headless
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "190"
|
appVersion: "190"
|
||||||
description: A headless install of kodi in a docker container.
|
description: A headless install of kodi in a docker container.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -20,13 +20,17 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 10148
|
port: 10148
|
||||||
websocket:
|
websocket:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
websocket:
|
websocket:
|
||||||
|
enabled: true
|
||||||
targetPort: 9090
|
targetPort: 9090
|
||||||
port: 10152
|
port: 10152
|
||||||
esall:
|
esall:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
esall:
|
esall:
|
||||||
|
enabled: true
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 9777
|
targetPort: 9777
|
||||||
port: 9777
|
port: 9777
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: minisatip
|
name: minisatip
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "2021.12.01"
|
appVersion: "2021.12.01"
|
||||||
description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
|
description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -20,13 +20,17 @@ service:
|
|||||||
targetPort: 8875
|
targetPort: 8875
|
||||||
port: 8875
|
port: 8875
|
||||||
rtsp:
|
rtsp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
rtsp:
|
rtsp:
|
||||||
|
enabled: true
|
||||||
targetPort: 554
|
targetPort: 554
|
||||||
port: 554
|
port: 554
|
||||||
discovery:
|
discovery:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
discovery:
|
discovery:
|
||||||
|
enabled: true
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 1900
|
targetPort: 1900
|
||||||
port: 1900
|
port: 1900
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: pydio-cells
|
name: pydio-cells
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "3.0.3"
|
appVersion: "3.0.3"
|
||||||
description: Pydio-cells is the nextgen file sharing platform for organizations.
|
description: Pydio-cells is the nextgen file sharing platform for organizations.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -21,8 +21,10 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 10150
|
port: 10150
|
||||||
gprc:
|
gprc:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
gprc:
|
gprc:
|
||||||
|
enabled: true
|
||||||
targetPort: 33060
|
targetPort: 33060
|
||||||
port: 33060
|
port: 33060
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: quassel-core
|
name: quassel-core
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "0.13.1"
|
appVersion: "0.13.1"
|
||||||
description: Quassel-core is a modern, cross-platform, distributed IRC client.
|
description: Quassel-core is a modern, cross-platform, distributed IRC client.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -36,8 +36,10 @@ service:
|
|||||||
targetPort: 4242
|
targetPort: 4242
|
||||||
port: 4242
|
port: 4242
|
||||||
ident:
|
ident:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
ident:
|
ident:
|
||||||
|
enabled: true
|
||||||
targetPort: 10113
|
targetPort: 10113
|
||||||
port: 10113
|
port: 10113
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: syslog-ng
|
name: syslog-ng
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
appVersion: "3.30.1"
|
appVersion: "3.30.1"
|
||||||
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -21,14 +21,18 @@ service:
|
|||||||
targetPort: 6601
|
targetPort: 6601
|
||||||
port: 6601
|
port: 6601
|
||||||
syslog-udp:
|
syslog-udp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
syslog-udp:
|
syslog-udp:
|
||||||
|
enabled: true
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 5514
|
targetPort: 5514
|
||||||
port: 5514
|
port: 5514
|
||||||
syslog-tls:
|
syslog-tls:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
syslog-tls:
|
syslog-tls:
|
||||||
|
enabled: true
|
||||||
targetPort: 6514
|
targetPort: 6514
|
||||||
port: 6514
|
port: 6514
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user