Add sharedsecret values file

This commit is contained in:
Till Faelligen 2023-01-06 09:14:26 +01:00
parent efe6b92331
commit fec359de27
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
4 changed files with 22 additions and 1 deletions

View file

@ -113,7 +113,7 @@ Create a folder `appservices` and place your configurations in there. The confi
| postgresql.auth.username | string | `"dendrite"` | |
| postgresql.enabled | bool | See value.yaml | Enable and configure postgres as the database for dendrite. |
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
| postgresql.image.tag | string | `"14.4.0"` | |
| postgresql.image.tag | string | `"15.1.0"` | |
| postgresql.persistence.enabled | bool | `false` | |
| resources | object | sets some sane default values | Default resource requests/limits. |
| service.port | int | `80` | |

View file

@ -1,6 +1,9 @@
---
postgresql:
enabled: true
primary:
persistence:
size: 1Gi
global:
server_name: "localhost"

View file

@ -0,0 +1,15 @@
---
postgresql:
enabled: true
primary:
persistence:
size: 1Gi
global:
server_name: "localhost"
clientapi:
shared_secret: "d233f2fcb0470845a8e150a20ef594ddbe0b4cf7fe482fb9d5120c198557acbf" # echo "dendrite" | sha256sum
ingress:
enabled: true

View file

@ -1,6 +1,9 @@
---
postgresql:
enabled: true
primary:
persistence:
size: 1Gi
global:
server_name: "localhost"