fix(jdownloader): Add missing service to values.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user