mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
switch to calibre-web-automated
This commit is contained in:
@@ -24,6 +24,8 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.globals.timezone }}"
|
value: "{{ .Values.globals.timezone }}"
|
||||||
|
- name: NETWORK_SHARE_MODE
|
||||||
|
value: "true"
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: PGID
|
- name: PGID
|
||||||
@@ -31,7 +33,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: data
|
name: data
|
||||||
- mountPath: /books
|
- mountPath: /calibre-library
|
||||||
name: books
|
name: books
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
image:
|
image:
|
||||||
repository: lscr.io/linuxserver/calibre-web
|
repository: crocodilestick/calibre-web-automated
|
||||||
tag: latest@sha256:d3ed33150a025511e97d109e5b755cc69ddfac8cf887941249fc435efc60db62
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
subdomain: calibre-web
|
subdomain: calibre-web
|
||||||
|
|||||||
Reference in New Issue
Block a user