diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 0121cde97ba..c0b3c2fbdeb 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -32,4 +32,4 @@ sources: - https://github.com/kovidgoyal/calibre/ - https://github.com/truecharts/charts/tree/master/charts/stable/calibre type: application -version: 16.2.1 +version: 16.2.2 diff --git a/charts/stable/calibre/values.yaml b/charts/stable/calibre/values.yaml index 9ca94c04adb..3f107076793 100644 --- a/charts/stable/calibre/values.yaml +++ b/charts/stable/calibre/values.yaml @@ -36,6 +36,19 @@ workload: env: CLI_ARGS: PASSWORD: "" + probes: + liveness: + enabled: true + port: 8080 + type: "tcp" + readiness: + enabled: true + port: 8080 + type: "tcp" + startup: + enabled: true + port: 8080 + type: "tcp" persistence: config: enabled: true