Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ae55c9a3b0
commit
bf350de3c3
|
@ -0,0 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [portainer-ce-0.0.1]portainer-ce-0.0.1 (2022-09-24)
|
||||
|
||||
### Feat
|
||||
|
||||
- add portainer ([#3859](https://github.com/truecharts/charts/issues/3859))
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.10
|
||||
digest: sha256:336e6960f0537ccd930cdb8b5c05714d2489a6ae1d1402322346809b13e4660b
|
||||
generated: "2022-09-23T05:52:49.120328868Z"
|
||||
generated: "2022-09-24T09:59:20.117635436Z"
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.15.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.10
|
||||
description: Container management made easy
|
||||
home: https://truecharts.org/docs/charts/incubator/portainer-ce
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer-ce.png
|
||||
keywords:
|
||||
- portainer
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: portainer-ce
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce
|
||||
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
||||
- https://hub.docker.com/r/portainer/portainer-ce
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,107 @@
|
|||
# portainer-ce
|
||||
|
||||
Container management made easy
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [portainer-ce](https://truecharts.org/docs/charts/incubator/portainer-ce)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce>
|
||||
* <https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal>
|
||||
* <https://hub.docker.com/r/portainer/portainer-ce>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.10 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `portainer-ce`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install portainer-ce TrueCharts/portainer-ce
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `portainer-ce` deployment
|
||||
|
||||
```console
|
||||
helm uninstall portainer-ce
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install portainer-ce \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/portainer-ce
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install portainer-ce TrueCharts/portainer-ce -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
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!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,8 @@
|
|||
Container management made easy
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/portainer-ce](https://truecharts.org/docs/charts/incubator/portainer-ce)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
|
@ -0,0 +1,72 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/portainer-ce
|
||||
tag: 2.15.1@sha256:fa301d57c2e4668a911ebedf920af5639dc101d3cea0a3266885a999a0c4398b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
portainer:
|
||||
# Logo URL
|
||||
logo: ""
|
||||
# Templates URL
|
||||
templates: ""
|
||||
# Enables Edge Compute Features
|
||||
edge_compute: false
|
||||
# Sets Snapshot interval
|
||||
snapshot_interval: 5m
|
||||
hide_labels:
|
||||
# - label1=value1
|
||||
# - label2=value2
|
||||
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 9443
|
||||
scheme: HTTPS
|
||||
readiness:
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 9443
|
||||
scheme: HTTPS
|
||||
startup:
|
||||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 9443
|
||||
scheme: HTTPS
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10400
|
||||
protocol: HTTPS
|
||||
targetPort: 9443
|
||||
edge:
|
||||
enabled: true
|
||||
ports:
|
||||
edge:
|
||||
enabled: true
|
||||
port: 10401
|
||||
protocol:
|
||||
targetPort: 10401
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,22 @@
|
|||
{{- define "portainer.args" -}}
|
||||
args:
|
||||
- --tunnel-port={{ .Values.service.edge.ports.edge.port }}
|
||||
- --http-disabled
|
||||
{{- with .Values.portainer.logo }}
|
||||
- --logo={{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.portainer.templates }}
|
||||
- --templates={{ . }}
|
||||
{{- end }}
|
||||
{{- if .Values.portainer.edge_compute }}
|
||||
- --edge-compute
|
||||
{{- end }}
|
||||
{{- with .Values.portainer.snapshot_interval }}
|
||||
- --snapshot-interval={{ . }}
|
||||
{{- end }}
|
||||
{{- if .Values.portainer.hide_labels }}
|
||||
{{- range .Values.portainer.hide_labels }}
|
||||
- --hide-label={{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
|
@ -0,0 +1,10 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
|
||||
{{- $newArgs := (include "portainer.args" . | fromYaml) }}
|
||||
{{- $_ := set .Values "newArgs" $newArgs -}}
|
||||
{{- $args := concat .Values.args .Values.newArgs.args }}
|
||||
{{- $_ := set .Values "args" $args -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.apply" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/portainer-ce.png
|
||||
categories:
|
||||
- management
|
||||
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [minecraft-bedrock-1.0.34](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.33...minecraft-bedrock-1.0.34) (2022-09-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
|
||||
## [kiwix-serve-1.0.1](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.27...kiwix-serve-1.0.1) (2022-09-23)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- refactor Services SCALE GUI
|
||||
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
|
||||
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.10
|
||||
digest: sha256:336e6960f0537ccd930cdb8b5c05714d2489a6ae1d1402322346809b13e4660b
|
||||
generated: "2022-09-24T09:59:20.131252525Z"
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
version: 1.0.33
|
||||
version: 1.0.34
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
Binary file not shown.
|
@ -274,7 +274,7 @@ questions:
|
|||
label: "Max threads"
|
||||
schema:
|
||||
type: int
|
||||
min: 1
|
||||
min: 0
|
||||
required: true
|
||||
default: 8
|
||||
- variable: LEVEL_NAME
|
|
@ -0,0 +1,99 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [transmission-12.0.35](https://github.com/truecharts/charts/compare/transmission-12.0.34...transmission-12.0.35) (2022-09-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
|
||||
|
||||
|
||||
## [transmission-12.0.34](https://github.com/truecharts/charts/compare/transmission-12.0.33...transmission-12.0.34) (2022-09-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- refactor Services SCALE GUI
|
||||
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
|
||||
|
||||
|
||||
|
||||
|
||||
## [transmission-12.0.34](https://github.com/truecharts/charts/compare/transmission-12.0.33...transmission-12.0.34) (2022-09-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- refactor Services SCALE GUI
|
||||
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
|
||||
|
||||
|
||||
|
||||
|
||||
## [transmission-12.0.34](https://github.com/truecharts/charts/compare/transmission-12.0.33...transmission-12.0.34) (2022-09-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- refactor Services SCALE GUI
|
||||
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
|
||||
|
||||
|
||||
|
||||
|
||||
## [transmission-12.0.34](https://github.com/truecharts/charts/compare/transmission-12.0.33...transmission-12.0.34) (2022-09-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- refactor Services SCALE GUI
|
||||
- update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767))
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.10
|
||||
digest: sha256:336e6960f0537ccd930cdb8b5c05714d2489a6ae1d1402322346809b13e4660b
|
||||
generated: "2022-09-24T09:59:20.130012508Z"
|
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.00"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.10
|
||||
deprecated: false
|
||||
description: fast, easy, and free BitTorrent client.
|
||||
home: https://truecharts.org/docs/charts/stable/transmission
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png
|
||||
keywords:
|
||||
- transmission
|
||||
- torrent
|
||||
- usenet
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: transmission
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/transmission
|
||||
- https://github.com/transmission/transmission
|
||||
- https://hub.docker.com/r/linuxserver/transmission
|
||||
type: application
|
||||
version: 12.0.35
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- download-tools
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,107 @@
|
|||
# transmission
|
||||
|
||||
fast, easy, and free BitTorrent client.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [transmission](https://truecharts.org/docs/charts/stable/transmission)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/stable/transmission>
|
||||
* <https://github.com/transmission/transmission>
|
||||
* <https://hub.docker.com/r/linuxserver/transmission>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.5.10 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `transmission`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install transmission TrueCharts/transmission
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `transmission` deployment
|
||||
|
||||
```console
|
||||
helm uninstall transmission
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install transmission \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/transmission
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install transmission TrueCharts/transmission -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
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!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,8 @@
|
|||
fast, easy, and free BitTorrent client.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/transmission](https://truecharts.org/docs/charts/stable/transmission)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,106 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/transmission
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.00@sha256:cf61bde05f265653ce12b0ef42e25ac25abcc51ff84c9e5528ef75fea8330eda
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10109
|
||||
targetPort: 9091
|
||||
torrent:
|
||||
enabled: true
|
||||
ports:
|
||||
torrent:
|
||||
enabled: true
|
||||
port: 51414
|
||||
targetPort: 51414
|
||||
torrentudp:
|
||||
enabled: true
|
||||
ports:
|
||||
torrentudp:
|
||||
enabled: true
|
||||
port: 51414
|
||||
targetPort: 51414
|
||||
protocol: UDP
|
||||
secretEnv:
|
||||
{}
|
||||
# TRANSMISSION_RPC_USERNAME: ""
|
||||
# TRANSMISSION_RPC_PASSWORD: ""
|
||||
env:
|
||||
# PUID: 1001
|
||||
# TRANSMISSION_ALT_SPEED_DOWN: 50
|
||||
# TRANSMISSION_ALT_SPEED_ENABLED: false
|
||||
# TRANSMISSION_ALT_SPEED_TIME_BEGIN: 540
|
||||
# TRANSMISSION_ALT_SPEED_TIME_DAY: 127
|
||||
# TRANSMISSION_ALT_SPEED_TIME_ENABLED: false
|
||||
# TRANSMISSION_ALT_SPEED_TIME_END: 1020
|
||||
# TRANSMISSION_ALT_SPEED_UP: 50
|
||||
# TRANSMISSION_BIND_ADDRESS_IPV4: "0.0.0.0"
|
||||
# TRANSMISSION_BIND_ADDRESS_IPV6: "::"
|
||||
# TRANSMISSION_BLOCKLIST_ENABLED: true
|
||||
# TRANSMISSION_BLOCKLIST_URL: "http://john.bitsurge.net/public/biglist.p2p.gz"
|
||||
# TRANSMISSION_CACHE_SIZE_MB: 4
|
||||
# TRANSMISSION_DHT_ENABLED: true
|
||||
# TRANSMISSION_DOWNLOAD_DIR: "/downloads/complete"
|
||||
# TRANSMISSION_DOWNLOAD_QUEUE_ENABLED: true
|
||||
# TRANSMISSION_DOWNLOAD_QUEUE_SIZE: 5
|
||||
# TRANSMISSION_ENCRYPTION: 1
|
||||
# TRANSMISSION_IDLE_SEEDING_LIMIT: 30
|
||||
# TRANSMISSION_IDLE_SEEDING_LIMIT_ENABLED: false
|
||||
# TRANSMISSION_INCOMPLETE_DIR: "/downloads/incomplete"
|
||||
# TRANSMISSION_INCOMPLETE_DIR_ENABLED: true
|
||||
# TRANSMISSION_LPD_ENABLED: false
|
||||
# TRANSMISSION_MESSAGE_LEVEL: 2
|
||||
# TRANSMISSION_PEER_CONGESTION_ALGORITHM: ""
|
||||
# TRANSMISSION_PEER_ID_TTL_HOURS: 6
|
||||
# TRANSMISSION_PEER_LIMIT_GLOBAL: 200
|
||||
# TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50
|
||||
TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrent.targetPort }}"
|
||||
# TRANSMISSION_PEER_PORT_RANDOM_HIGH: 65535
|
||||
# TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152
|
||||
# TRANSMISSION_PEER_PORT_RANDOM_ON_START: false
|
||||
# TRANSMISSION_PEER_SOCKET_TOS: default"
|
||||
# TRANSMISSION_PEX_ENABLED: true
|
||||
# TRANSMISSION_PORT_FORWARDING_ENABLED: false
|
||||
# TRANSMISSION_PREALLOCATION: 1
|
||||
# TRANSMISSION_PREFETCH_ENABLED: true
|
||||
# TRANSMISSION_QUEUE_STALLED_ENABLED: true
|
||||
# TRANSMISSION_QUEUE_STALLED_MINUTES: 30
|
||||
# TRANSMISSION_RATIO_LIMIT: 2
|
||||
# TRANSMISSION_RATIO_LIMIT_ENABLED: false
|
||||
# TRANSMISSION_RENAME_PARTIAL_FILES: true
|
||||
# TRANSMISSION_RPC_AUTHENTICATION_REQUIRED: false
|
||||
# TRANSMISSION_RPC_BIND_ADDRESS: "0.0.0.0"
|
||||
# TRANSMISSION_RPC_ENABLED: true
|
||||
# TRANSMISSION_RPC_HOST_WHITELIST: ""
|
||||
# TRANSMISSION_RPC_HOST_WHITELIST_ENABLED: false
|
||||
TRANSMISSION_RPC_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
|
||||
# TRANSMISSION_RPC_URL: "/transmission/"
|
||||
# TRANSMISSION_RPC_WHITELIST: ""
|
||||
# TRANSMISSION_RPC_WHITELIST_ENABLED: false
|
||||
# TRANSMISSION_SCRAPE_PAUSED_TORRENTS_ENABLED: true
|
||||
# TRANSMISSION_SCRIPT_TORRENT_DONE_ENABLED: false
|
||||
# TRANSMISSION_SCRIPT_TORRENT_DONE_FILENAME: ""
|
||||
# TRANSMISSION_SEED_QUEUE_ENABLED: false
|
||||
# TRANSMISSION_SEED_QUEUE_SIZE: 10
|
||||
# TRANSMISSION_SPEED_LIMIT_DOWN: 100
|
||||
# TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED: false
|
||||
# TRANSMISSION_SPEED_LIMIT_UP: 100
|
||||
# TRANSMISSION_SPEED_LIMIT_UP_ENABLED: false
|
||||
# TRANSMISSION_START_ADDED_TORRENTS: true
|
||||
# TRANSMISSION_TRASH_ORIGINAL_TORRENT_FILES: false
|
||||
# TRANSMISSION_UMASK: 2
|
||||
# TRANSMISSION_UPLOAD_SLOTS_PER_TORRENT: 14
|
||||
# TRANSMISSION_UTP_ENABLED: true
|
||||
# TRANSMISSION_WATCH_DIR: "/watch"
|
||||
# TRANSMISSION_WATCH_DIR_ENABLED: false
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
Loading…
Reference in New Issue