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: kodi-headless
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
appVersion: "190"
|
||||
description: A headless install of kodi in a docker container.
|
||||
type: application
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user