matrix
This commit is contained in:
18
matrix/dendrite/ci/ct-ingress-values.yaml
Normal file
18
matrix/dendrite/ci/ct-ingress-values.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
postgresql:
|
||||
enabled: true
|
||||
primary:
|
||||
persistence:
|
||||
size: 1Gi
|
||||
|
||||
dendrite_config:
|
||||
global:
|
||||
server_name: "localhost"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
# dashboard is an ConfigMap with labels - it does not harm on testing
|
||||
grafana:
|
||||
dashboards:
|
||||
enabled: true
|
16
matrix/dendrite/ci/ct-postgres-sharedsecret-values.yaml
Normal file
16
matrix/dendrite/ci/ct-postgres-sharedsecret-values.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
postgresql:
|
||||
enabled: true
|
||||
primary:
|
||||
persistence:
|
||||
size: 1Gi
|
||||
|
||||
dendrite_config:
|
||||
global:
|
||||
server_name: "localhost"
|
||||
|
||||
client_api:
|
||||
registration_shared_secret: "d233f2fcb0470845a8e150a20ef594ddbe0b4cf7fe482fb9d5120c198557acbf" # echo "dendrite" | sha256sum
|
||||
|
||||
ingress:
|
||||
enabled: true
|
Reference in New Issue
Block a user