forked from MirrorHub/mautrix-whatsapp
Fix values.yaml in helm chart
This commit is contained in:
parent
0fba1db6aa
commit
0b51d84646
1 changed files with 26 additions and 21 deletions
|
@ -34,7 +34,8 @@ affinity: {}
|
|||
# Postgres pod configs
|
||||
postgresql:
|
||||
enabled: true
|
||||
postgresqlDatabase: mxtg
|
||||
postgresqlDatabase: mxwa
|
||||
postgresqlPassword: SET TO RANDOM STRING
|
||||
persistence:
|
||||
size: 2Gi
|
||||
resources:
|
||||
|
@ -59,7 +60,7 @@ appservice:
|
|||
botDisplayname: WhatsApp bridge bot
|
||||
botAvatar: mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr
|
||||
|
||||
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
|
||||
# Authentication tokens for AS <-> HS communication.
|
||||
asToken: SET TO RANDOM STRING
|
||||
hsToken: SET TO RANDOM STRING
|
||||
|
||||
|
@ -130,3 +131,7 @@ bridge:
|
|||
m.audio: "<b>{{ .Sender.Displayname }}</b> sent an audio file"
|
||||
m.video: "<b>{{ .Sender.Displayname }}</b> sent a video"
|
||||
m.location: "<b>{{ .Sender.Displayname }}</b> sent a location"
|
||||
|
||||
logging:
|
||||
timestamp_format: Jan _2, 2006 15:04:05
|
||||
print_level: debug
|
||||
|
|
Loading…
Reference in a new issue