make liveness and readiness probes optional and further configurable

This commit is contained in:
jessebot
2025-01-18 20:20:33 +01:00
parent c64cf91e69
commit 295aa694d7
4 changed files with 29 additions and 18 deletions
+2
View File
@@ -6,9 +6,11 @@ A helm chart to setup [Pixelfed](https://pixelfed.org/). Uses matt's docker [ima
## Features
- includes bitnami subcharts for [valkey](https://github.com/bitnami/charts/blob/main/bitnami/valkey/README.md#parameters) (redis) and [postgresql](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/README.md#parameters) (database)
- but you can also bring your own valkey, redis, or postgresql database
- helm parameter docs autogenerated via helm-docs
- use existing Secrets for valkey, postgresql, and smtp
- RenovateBot keeps the subcharts and docker image up to date
- configurable liveness and readiness probes
## TLDR