Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
83da5a9c1b
commit
aa7630b0aa
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [rdtclient-0.0.1]rdtclient-0.0.1 (2023-07-25)
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.0.32"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.6
|
||||
deprecated: false
|
||||
description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
|
||||
home: https://truecharts.org/charts/incubator/rdtclient
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png
|
||||
keywords:
|
||||
- rdtclient
|
||||
- torrent
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: rdtclient
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/rdtclient
|
||||
- https://github.com/rogerfar/rdt-client
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [rdtclient-0.0.1]rdtclient-0.0.1 (2023-07-25)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/rdtclient](https://truecharts.org/charts/incubator/rdtclient)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,118 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/rdtclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.32@sha256:d43f7b58d5136937f8962e0f3dfa328fc205bf632cbb4faf6813fff986b75836
|
||||
aria2Image:
|
||||
repository: tccr.io/truecharts/aria2-pro
|
||||
pullPolicy: IfNotPresent
|
||||
tag: vlatest@sha256:08a35fe3204c00dbdc609b1abc8c05c349764c3caecb9dadb970dc470c5b1f41
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 6500
|
||||
port: 6500
|
||||
aria2:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
targetSelector: aria2
|
||||
ports:
|
||||
rpc:
|
||||
enabled: true
|
||||
port: 6800
|
||||
targetSelector: aria2
|
||||
torrent:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
targetSelector: aria2
|
||||
ports:
|
||||
torrent:
|
||||
enabled: true
|
||||
port: 6888
|
||||
targetSelector: aria2
|
||||
torrent-udp:
|
||||
enabled: true
|
||||
port: 6888
|
||||
protocol: udp
|
||||
targetSelector: aria2
|
||||
|
||||
aria2:
|
||||
enabled: true
|
||||
rpc_secret: MY_SECRET
|
||||
disk_cache: 64M
|
||||
update_trackers: true
|
||||
custom_trackers_url: "https://trackerslist.com/all_aria2.txt"
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/"
|
||||
readiness:
|
||||
path: "/"
|
||||
startup:
|
||||
path: "/"
|
||||
aria2:
|
||||
enabled: true
|
||||
type: Deployment
|
||||
strategy: RollingUpdate
|
||||
replicas: 1
|
||||
podSpec:
|
||||
containers:
|
||||
aria2:
|
||||
primary: true
|
||||
enabled: true
|
||||
imageSelector: aria2Image
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: "{{ .Values.service.aria2.ports.rpc.port }}"
|
||||
readiness:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: "{{ .Values.service.aria2.ports.rpc.port }}"
|
||||
startup:
|
||||
enabled: true
|
||||
type: tcp
|
||||
port: "{{ .Values.service.aria2.ports.rpc.port }}"
|
||||
env:
|
||||
RPC_PORT: "{{ .Values.service.aria2.ports.rpc.port }}"
|
||||
LISTEN_PORT: "{{ .Values.service.torrent.ports.torrent.port }}"
|
||||
RPC_SECRET: "{{ .Values.aria2.rpc_secret }}"
|
||||
DISK_CACHE: "{{ .Values.aria2.disk_cache }}"
|
||||
IPV6_MODE: false
|
||||
UPDATE_TRACKERS: "{{ .Values.aria2.update_trackers }}"
|
||||
CUSTOM_TRACKER_URL: "{{ .Values.aria2.custom_trackers_url }}"
|
||||
|
||||
persistence:
|
||||
db:
|
||||
enabled: true
|
||||
mountPath: "/data/db"
|
||||
config:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
aria2:
|
||||
aria2:
|
||||
mountPath: /config
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,12 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . -}}
|
||||
|
||||
{{/* Disable [aria2] if requested */}}
|
||||
{{- if not .Values.aria2.enabled -}}
|
||||
{{- $_ := set .Values.workload.aria2 "enabled" false -}}
|
||||
{{- $_ := set .Values.service.aria2 "enabled" false -}}
|
||||
{{- $_ := set .Values.service.torrent "enabled" false -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{- include "tc.v1.common.loader.apply" . -}}
|
|
@ -0,0 +1,5 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png
|
||||
categories:
|
||||
- media
|
||||
|
||||
screenshots: []
|
Loading…
Reference in New Issue