mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-21 21:59:23 +00:00
Compare commits
4 Commits
calibre-we
...
deluge-1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ab91c1e82 | |||
| 3a1405d14d | |||
| 81fc336fbd | |||
| bcac7514af |
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.6.6-ls58
|
||||
description: A simple web viewer for Calibre libraries
|
||||
name: calibre-web
|
||||
version: 1.0.1
|
||||
version: 1.1.1
|
||||
keywords:
|
||||
- calibre-web
|
||||
- calibre
|
||||
@@ -39,6 +39,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
||||
| `timezone` | Timezone the calibre-web instance should run as, e.g. 'America/New_York' | `UTC` |
|
||||
| `puid` | process userID the calibre-web instance should run as | `1001` |
|
||||
| `pgid` | process groupID the calibre-web instance should run as | `1001` |
|
||||
`dockerMods` | Enable "Docker Mods" for the Calibre-Web container | `nil` |
|
||||
| `probes.liveness.initialDelaySeconds` | Specify liveness `initialDelaySeconds` parameter for the deployment | `60` |
|
||||
| `probes.liveness.failureThreshold` | Specify liveness `failureThreshold` parameter for the deployment | `5` |
|
||||
| `probes.liveness.timeoutSeconds` | Specify liveness `timeoutSeconds` parameter for the deployment | `10` |
|
||||
@@ -61,8 +61,10 @@ spec:
|
||||
value: "{{ .Values.puid }}"
|
||||
- name: PGID
|
||||
value: "{{ .Values.pgid }}"
|
||||
{{- if .values.dockerMods }}
|
||||
- name: DOCKER_MODS
|
||||
value: "linuxserver/calibre-web:calibre"
|
||||
value: {{ .Values.dockerMods }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
@@ -28,6 +28,11 @@ timezone: UTC
|
||||
puid: 1001
|
||||
pgid: 1001
|
||||
|
||||
## Configure docker_mods for this container. For x86 systems you can uncomment the following
|
||||
## and enable ebook conversion tools in calbire-web
|
||||
##
|
||||
# dockerMods: linuxserver/calibre-web:calibre
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8083
|
||||
@@ -1,16 +1,17 @@
|
||||
apiVersion: v1
|
||||
appVersion: 2.0.3-2201906121747ubuntu18.04.1-ls57
|
||||
description: Deluge is a Python BitTorrent client based on libtorrent
|
||||
name: deluge
|
||||
version: 1.0.1
|
||||
version: 1.1.0
|
||||
keywords:
|
||||
- deluge
|
||||
- libtorrent
|
||||
home: https://github.com/nikdoof/home-k8s-flux/tree/master/charts/deluge
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/deluge-icon.png
|
||||
home: https://github.com/nikdoof/helm-charts/charts/deluge
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/deluge/
|
||||
- https://github.com/janeczku/deluge
|
||||
dependencies: []
|
||||
maintainers:
|
||||
- name: nikdoof
|
||||
email: andy@tensixtyone.com
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/deluge-icon.png
|
||||
appVersion: 2.0.3-2201906121747ubuntu18.04.1-ls57
|
||||
@@ -70,6 +70,10 @@ spec:
|
||||
value: "{{ .Values.puid }}"
|
||||
- name: PGID
|
||||
value: "{{ .Values.pgid }}"
|
||||
{{- if .values.dockerMods }}
|
||||
- name: DOCKER_MODS
|
||||
value: {{ .Values.dockerMods }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
@@ -28,6 +28,10 @@ timezone: UTC
|
||||
puid: 1001
|
||||
pgid: 1001
|
||||
|
||||
## Configure docker_mods for this container. (https://github.com/linuxserver/docker-mods)
|
||||
##
|
||||
# dockerMods: linuxserver/deluge:ssh
|
||||
|
||||
webuiservice:
|
||||
type: ClusterIP
|
||||
port: 8112
|
||||
Reference in New Issue
Block a user