* fix(apps): Default enable all services * replace code with template * minio * tdarr * aria2 * calibre * deconz * deluge * littlelink * lms * main service and port is enabled by default * main service and port is enabled by default pt2 * remove `type: NodePort` from values.yaml on services * Remove `type: ClusterIP` from `values.yaml` on services * add serviceexpert on nextcloud * nullserv * odoo * protonmail-bridge split smtp and main services * openldap * oscam * owncast * pihole * remove `enabled: true` on main from traefik and external-service * remove `primary: true` * qbit * resilio sync * vaultwarden * valheim * syncthing * unfi * zwavejs2mqtt * teamspeak3 * transmission * tvheadend * test protonmail main enabled * there is no main in protonmail duh... * remove `protocol: tcp` from ports on `values.yaml` as this is the default in common
43 lines
761 B
YAML
43 lines
761 B
YAML
# Default values for deluge.
|
|
|
|
image:
|
|
repository: ghcr.io/linuxserver/deluge
|
|
pullPolicy: IfNotPresent
|
|
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:2ce561a95e7be890c1daf718e85e37fd58d792ac86ec031d1dd22f85e5311469
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8112
|
|
targetPort: 8112
|
|
torrent:
|
|
enabled: true
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 51413
|
|
targetPort: 51413
|
|
torrent-udp:
|
|
enabled: true
|
|
ports:
|
|
udp:
|
|
enabled: true
|
|
port: 51413
|
|
targetPort: 51413
|
|
protocol: UDP
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|