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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A helm chart to setup [Pixelfed](https://pixelfed.org/). Uses matt's docker [ima
5
5
6
6
## Features
7
7
8
-
- includes subcharts for valkey (redis) and postgresql (database)
8
+
- 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)
9
9
- helm parameter docs autogenerated via helm-docs
10
10
- use existing Secrets for valkey, postgresql, and smtp
11
11
- RenovateBot keeps the subcharts and docker image up to date
@@ -154,8 +154,9 @@ A Helm chart for deploying Pixelfed on Kubernetes
154
154
| podAnnotations | object |`{}`| This is for setting Kubernetes Annotations to a Pod. For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/|
155
155
| podLabels | object |`{}`| This is for setting Kubernetes Labels to a Pod. For more information checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/|
156
156
| podSecurityContext | object |`{}`||
157
-
| postgresql.enabled | bool |`true`| enable the bundled postgresql sub chart from Bitnami. Must set to true if externalDatabase.enabled=false |
157
+
| postgresql.enabled | bool |`true`| enable the bundled [postgresql sub chart from Bitnami](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/README.md#parameters). Must set to true if externalDatabase.enabled=false |
| replicaCount | int |`1`| This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/|
@@ -172,17 +173,17 @@ A Helm chart for deploying Pixelfed on Kubernetes
| valkey.enabled | bool |`true`| enable the bundled valkey sub chart from Bitnami. Must set to true if externalValkey.enabled=false |
176
+
| valkey.enabled | bool |`true`| enable the bundled [valkey sub chart from Bitnami](https://github.com/bitnami/charts/blob/main/bitnami/valkey/README.md#parameters). Must set to true if externalValkey.enabled=false |
176
177
| valkey.fullnameOverride | string |`"valkey"`||
177
178
| valkey.global.storageClass | string |`""`||
178
179
| valkey.metrics.enabled | bool |`false`| we use a grafana exporter that logs into valkey directly, but you can enable this if you don't use that |
0 commit comments