fix(jdownloader): Add missing service to values.yaml

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-08 17:28:18 +01:00
parent ade55b78e4
commit dd2081d0ce
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- downloads

View File

@ -19,9 +19,15 @@ service:
main:
port: 5800
targetPort: 5800
myjd:
enabled: true
ports:
myjd:
enabled: true
port: 3129
targetPort: 3129
vnc:
enabled: true
type: ClusterIP
ports:
vnc:
enabled: true