fix(jdownloader): Add missing service to values.yaml
This commit is contained in:
parent
ade55b78e4
commit
dd2081d0ce
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue