Fix values.yaml in helm chart
This commit is contained in:
parent
0fba1db6aa
commit
0b51d84646
@ -34,7 +34,8 @@ affinity: {}
|
|||||||
# Postgres pod configs
|
# Postgres pod configs
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
postgresqlDatabase: mxtg
|
postgresqlDatabase: mxwa
|
||||||
|
postgresqlPassword: SET TO RANDOM STRING
|
||||||
persistence:
|
persistence:
|
||||||
size: 2Gi
|
size: 2Gi
|
||||||
resources:
|
resources:
|
||||||
@ -59,7 +60,7 @@ appservice:
|
|||||||
botDisplayname: WhatsApp bridge bot
|
botDisplayname: WhatsApp bridge bot
|
||||||
botAvatar: mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr
|
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
|
asToken: SET TO RANDOM STRING
|
||||||
hsToken: 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.audio: "<b>{{ .Sender.Displayname }}</b> sent an audio file"
|
||||||
m.video: "<b>{{ .Sender.Displayname }}</b> sent a video"
|
m.video: "<b>{{ .Sender.Displayname }}</b> sent a video"
|
||||||
m.location: "<b>{{ .Sender.Displayname }}</b> sent a location"
|
m.location: "<b>{{ .Sender.Displayname }}</b> sent a location"
|
||||||
|
|
||||||
|
logging:
|
||||||
|
timestamp_format: Jan _2, 2006 15:04:05
|
||||||
|
print_level: debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user