default deploy valkey and postgresql for testing locally

This commit is contained in:
jessebot
2024-12-29 22:55:27 +01:00
parent 5b57952303
commit 90680fd34c
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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/ | | 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/ | | 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 | `{}` | | | podSecurityContext | object | `{}` | |
| postgresql.enabled | bool | `false` | enable the bundled postgresql sub chart from Bitnami. Must set to true if externalDatabase.enabled=false | | postgresql.enabled | bool | `true` | enable the bundled postgresql sub chart from Bitnami. Must set to true if externalDatabase.enabled=false |
| postgresql.fullnameOverride | string | `""` | | | postgresql.fullnameOverride | string | `"postgresql"` | |
| readinessProbe.httpGet.path | string | `"/"` | | | readinessProbe.httpGet.path | string | `"/"` | |
| readinessProbe.httpGet.port | string | `"http"` | | | 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/ | | 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.authClients | bool | `true` | |
| valkey.auth.tls.autoGenerated | bool | `false` | | | valkey.auth.tls.autoGenerated | bool | `false` | |
| valkey.auth.tls.enabled | 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.enabled | bool | `true` | enable the bundled valkey sub chart from Bitnami. Must set to true if externalValkey.enabled=false |
| valkey.fullnameOverride | string | `""` | | | valkey.fullnameOverride | string | `"valkey"` | |
| valkey.global.storageClass | string | `""` | | | valkey.global.storageClass | string | `""` | |
| volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. | | volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. |
| volumes | list | `[]` | Additional volumes on the output Deployment definition. | | volumes | list | `[]` | Additional volumes on the output Deployment definition. |
+4 -4
View File
@@ -171,8 +171,8 @@ externalValkey:
valkey: valkey:
# -- enable the bundled valkey sub chart from Bitnami. # -- enable the bundled valkey sub chart from Bitnami.
# Must set to true if externalValkey.enabled=false # Must set to true if externalValkey.enabled=false
enabled: false enabled: true
fullnameOverride: "" fullnameOverride: "valkey"
global: global:
storageClass: "" storageClass: ""
@@ -218,8 +218,8 @@ valkey:
postgresql: postgresql:
# -- enable the bundled postgresql sub chart from Bitnami. # -- enable the bundled postgresql sub chart from Bitnami.
# Must set to true if externalDatabase.enabled=false # Must set to true if externalDatabase.enabled=false
enabled: false enabled: true
fullnameOverride: "" fullnameOverride: "postgresql"
pixelfed: pixelfed:
# -- timezone for docker container # -- timezone for docker container