44 lines
704 B
YAML
44 lines
704 B
YAML
deployment:
|
|
replicas: 1
|
|
strategy: Recreate
|
|
image:
|
|
repository: linuxserver/calibre
|
|
tag: v7.5.1-ls269
|
|
imagePullPolicy: IfNotPresent
|
|
env:
|
|
PGID: "1001"
|
|
PUID: "1001"
|
|
TZ: UTC
|
|
UMASK_SET: "022"
|
|
CUSTOM_USER: calibre
|
|
TITLE: Calibre Server
|
|
NO_DECOR: true
|
|
envFrom:
|
|
resources:
|
|
requests:
|
|
memory: 256Mi
|
|
cpu: 50m
|
|
limits:
|
|
memory: 1Gi
|
|
cpu: 500m
|
|
service:
|
|
http:
|
|
port: 8080
|
|
content:
|
|
port: 8081
|
|
ingressRoute:
|
|
enabled: true
|
|
http:
|
|
host:
|
|
authentik:
|
|
outpost: ""
|
|
port: 9000
|
|
namespace: ""
|
|
persistence:
|
|
config:
|
|
storageClassName: default
|
|
storageSize: 5Gi
|
|
volumeMode: Filesystem
|
|
books:
|
|
claimName:
|