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://hub.docker.com/r/jlesage/jdownloader-2
|
||||||
- https://jdownloader.org/
|
- https://jdownloader.org/
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.6
|
version: 4.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- downloads
|
- downloads
|
||||||
|
|||||||
@@ -19,9 +19,15 @@ service:
|
|||||||
main:
|
main:
|
||||||
port: 5800
|
port: 5800
|
||||||
targetPort: 5800
|
targetPort: 5800
|
||||||
|
myjd:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
myjd:
|
||||||
|
enabled: true
|
||||||
|
port: 3129
|
||||||
|
targetPort: 3129
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user