Bump calibre-web version to 0.1.3 and update probes #66

Merged
marko merged 1 commits from patch-calibre-web into main 2025-12-10 07:38:15 +00:00
2 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: calibre-web name: calibre-web
description: Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database. description: Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.
version: 0.1.2 version: 0.1.3
appVersion: 0.6.25-ls360 appVersion: 0.6.25-ls360
keywords: keywords:
- calibre - calibre

View File

@@ -41,20 +41,19 @@ spec:
- name: http - name: http
containerPort: 8083 containerPort: 8083
protocol: TCP protocol: TCP
startupProbe:
httpGet:
path: /
port: http
failureThreshold: 30
periodSeconds: 5
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /
port: http port: http
periodSeconds: 10
failureThreshold: 1
initialDelaySeconds: 30
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: http port: http
periodSeconds: 5
initialDelaySeconds: 30
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /books mountPath: /books