diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index 4d5bc4d..a9fdad9 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -151,8 +151,8 @@ A Helm chart for deploying Pixelfed on Kubernetes | 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/ | | 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/ | | podSecurityContext | object | `{}` | | -| postgresql.enabled | bool | `false` | enable the bundled postgresql sub chart from Bitnami. Must set to true if externalDatabase.enabled=false | -| postgresql.fullnameOverride | string | `""` | | +| postgresql.enabled | bool | `true` | enable the bundled postgresql sub chart from Bitnami. Must set to true if externalDatabase.enabled=false | +| postgresql.fullnameOverride | string | `"postgresql"` | | | readinessProbe.httpGet.path | string | `"/"` | | | readinessProbe.httpGet.port | string | `"http"` | | | replicaCount | int | `1` | This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ | @@ -180,8 +180,8 @@ A Helm chart for deploying Pixelfed on Kubernetes | valkey.auth.tls.authClients | bool | `true` | | | valkey.auth.tls.autoGenerated | bool | `false` | | | valkey.auth.tls.enabled | bool | `false` | | -| valkey.enabled | bool | `false` | enable the bundled valkey sub chart from Bitnami. Must set to true if externalValkey.enabled=false | -| valkey.fullnameOverride | string | `""` | | +| valkey.enabled | bool | `true` | enable the bundled valkey sub chart from Bitnami. Must set to true if externalValkey.enabled=false | +| valkey.fullnameOverride | string | `"valkey"` | | | valkey.global.storageClass | string | `""` | | | volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. | | volumes | list | `[]` | Additional volumes on the output Deployment definition. | diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index cf47de8..e4232ce 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -171,8 +171,8 @@ externalValkey: valkey: # -- enable the bundled valkey sub chart from Bitnami. # Must set to true if externalValkey.enabled=false - enabled: false - fullnameOverride: "" + enabled: true + fullnameOverride: "valkey" global: storageClass: "" @@ -218,8 +218,8 @@ valkey: postgresql: # -- enable the bundled postgresql sub chart from Bitnami. # Must set to true if externalDatabase.enabled=false - enabled: false - fullnameOverride: "" + enabled: true + fullnameOverride: "postgresql" pixelfed: # -- timezone for docker container