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 13:20:48 +02:00 committed by GitHub
parent 6cd9b38136
commit 1b7cba916c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 44 additions and 10 deletions

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

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

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: emulatorjs
version: 0.0.3
version: 0.0.4
appVersion: "1.4.2"
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
type: application

View File

@ -20,13 +20,17 @@ service:
targetPort: 3000
port: 10130
front:
enabled: true
ports:
front:
enabled: true
targetPort: 80
port: 10124
ipfs:
enabled: true
ports:
ipfs:
enabled: true
targetPort: 4001
port: 10138

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: foldingathome
version: 0.0.3
version: 0.0.4
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.
type: application

View File

@ -20,8 +20,10 @@ service:
targetPort: 7396
port: 7396
control:
enabled: true
ports:
control:
enabled: true
targetPort: 36330
port: 36330

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: habridge
version: 0.0.3
version: 0.0.4
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.
type: application

View File

@ -23,8 +23,10 @@ service:
targetPort: 8080
port: 10146
comm:
enabled: true
ports:
comm:
enabled: true
targetPort: 50000
port: 50000

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ipfs
version: 0.0.3
version: 0.0.4
appVersion: "2.13.0"
description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open
type: application

View File

@ -21,18 +21,24 @@ service:
targetPort: 80
port: 10125
peer:
enabled: true
ports:
peer:
enabled: true
targetPort: 4001
port: 4001
api:
enabled: true
ports:
api:
enabled: true
targetPort: 5001
port: 5001
gateway:
enabled: true
ports:
gateway:
enabled: true
targetPort: 8080
port: 10147

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: kodi-headless
version: 0.0.3
version: 0.0.4
appVersion: "190"
description: A headless install of kodi in a docker container.
type: application

View File

@ -20,13 +20,17 @@ service:
targetPort: 8080
port: 10148
websocket:
enabled: true
ports:
websocket:
enabled: true
targetPort: 9090
port: 10152
esall:
enabled: true
ports:
esall:
enabled: true
protocol: UDP
targetPort: 9777
port: 9777

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: minisatip
version: 0.0.3
version: 0.0.4
appVersion: "2021.12.01"
description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
type: application

View File

@ -20,13 +20,17 @@ service:
targetPort: 8875
port: 8875
rtsp:
enabled: true
ports:
rtsp:
enabled: true
targetPort: 554
port: 554
discovery:
enabled: true
ports:
discovery:
enabled: true
protocol: UDP
targetPort: 1900
port: 1900

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: pydio-cells
version: 0.0.3
version: 0.0.4
appVersion: "3.0.3"
description: Pydio-cells is the nextgen file sharing platform for organizations.
type: application

View File

@ -21,8 +21,10 @@ service:
targetPort: 8080
port: 10150
gprc:
enabled: true
ports:
gprc:
enabled: true
targetPort: 33060
port: 33060

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 0.0.3
version: 0.0.4
appVersion: "0.13.1"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application

View File

@ -36,8 +36,10 @@ service:
targetPort: 4242
port: 4242
ident:
enabled: true
ports:
ident:
enabled: true
targetPort: 10113
port: 10113

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: syslog-ng
version: 0.0.3
version: 0.0.4
appVersion: "3.30.1"
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
type: application

View File

@ -21,14 +21,18 @@ service:
targetPort: 6601
port: 6601
syslog-udp:
enabled: true
ports:
syslog-udp:
enabled: true
protocol: UDP
targetPort: 5514
port: 5514
syslog-tls:
enabled: true
ports:
syslog-tls:
enabled: true
targetPort: 6514
port: 6514