default deploy valkey and postgresql for testing locally
This commit is contained in:
@@ -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. |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user