🩹 fix calibre

This commit is contained in:
auricom
2022-10-23 23:37:03 +02:00
parent 167b61775f
commit 22e35d2927

View File

@@ -24,7 +24,7 @@ spec:
values: values:
image: image:
repository: ghcr.io/linuxserver/calibre repository: ghcr.io/linuxserver/calibre
tag: version-v6.7.1 tag: version-v6.4.0
env: env:
TZ: "${TIMEZONE}" TZ: "${TIMEZONE}"
PUID: "1026" PUID: "1026"
@@ -45,7 +45,14 @@ spec:
http: http:
port: 8080 port: 8080
webserver: webserver:
enabled: true
ports:
webserver:
enabled: true
port: 8081 port: 8081
protocol: TCP
targetPort: 8081
type: ClusterIP
ingress: ingress:
main: main:
enabled: true enabled: true