You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,18 @@ Uses @mattlqx's [docker image](https://ghcr.io/mattlqx/docker-pixelfed) which is
9
9
10
10
## Features
11
11
12
+
- helm parameter ([`values.yaml`](./charts/pixelfed/values.yaml)) docs autogenerated using [`helm-docs`](https://github.com/norwoodj/helm-docs) in [`README.md`](./charts/pixelfed/README.md)
12
13
- 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)
13
-
- but you can also bring your own valkey, redis, or postgresql database
14
+
- but you can also bring your own Valkey, Redis, or Postgresql database
14
15
- we're also looking for anyone who wants to test the mariadb subchart
15
-
- helm parameter (values.yaml) docs autogenerated via [`helm-docs`](https://github.com/norwoodj/helm-docs) in [`README.md`](./charts/pixelfed/README.md)
16
-
- use existing Secrets for valkey, postgresql, and mail (smtp)
17
-
- RenovateBot keeps the subcharts and docker image up to date
16
+
- use existing Kubernetes Secrets for Valkey, PostgreSQL, and mail (SMTP)
18
17
- configurable liveness and readiness probes (or none at all)
19
-
- configure tolerations, affinity, nodeselectors
20
-
- configure persistence with a PVC we create, or bring your own
21
-
- use extra volumes, volumemounts, containers, initContainers
18
+
- configurable tolerations, affinity, and nodeselectors
19
+
- configurable persistence with a PVC we create, or bring your own
20
+
- use extra volumes, volumemounts
21
+
- Add sidecar containers or initContainers
22
+
- RenovateBot keeps the subcharts and docker image up to date
23
+
- The chart is linted and a test install is run on every pull request via a GitHub Workflow
22
24
23
25
## TLDR
24
26
@@ -27,7 +29,7 @@ Uses @mattlqx's [docker image](https://ghcr.io/mattlqx/docker-pixelfed) which is
0 commit comments