add optional PVC

This commit is contained in:
jessebot
2025-01-23 23:13:32 +01:00
parent 24c5e7d3a2
commit 4319059a58
6 changed files with 39 additions and 4 deletions
+2
View File
@@ -11,11 +11,13 @@ Uses @mattlqx's [docker image](https://ghcr.io/mattlqx/docker-pixelfed) which is
- 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
- we're also looking for anyone who wants to test the mariadb subchart
- helm parameter (values.yaml) docs autogenerated via [`helm-docs`](https://github.com/norwoodj/helm-docs) in [`README.md`](./charts/pixelfed/README.md)
- use existing Secrets for valkey, postgresql, and mail (smtp)
- RenovateBot keeps the subcharts and docker image up to date
- configurable liveness and readiness probes (or none at all)
- configure tolerations, affinity, nodeselectors
- configure persistence with a PVC we create, or bring your own
- use extra volumes, volumemounts, containers, initContainers
## TLDR