Bump version to 0.1.4 and adjust readiness probe delay #67

Merged
marko merged 1 commits from patch-calibre-web into main 2025-12-10 07:43:48 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 3e1aa342de - Show all commits

View File

@@ -1,7 +1,7 @@
apiVersion: v2
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.
version: 0.1.3
version: 0.1.4
appVersion: 0.6.25-ls360
keywords:
- calibre

View File

@@ -47,13 +47,13 @@ spec:
port: http
periodSeconds: 10
failureThreshold: 1
initialDelaySeconds: 30
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /
port: http
periodSeconds: 5
initialDelaySeconds: 30
initialDelaySeconds: 10
volumeMounts:
- name: data
mountPath: /books