Bump calibre-web version to 0.9.1 and adjust probes #68
@@ -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.4
|
||||
version: 0.9.1
|
||||
appVersion: 0.6.25-ls360
|
||||
keywords:
|
||||
- calibre
|
||||
|
||||
@@ -46,13 +46,14 @@ spec:
|
||||
path: /
|
||||
port: http
|
||||
periodSeconds: 10
|
||||
failureThreshold: 1
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
volumeMounts:
|
||||
- name: data
|
||||
|
||||
Reference in New Issue
Block a user