Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions values/rabbitmq/prod-secrets.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rabbitmq:
auth:
username: wire-server
password: verysecurepassword
4 changes: 4 additions & 0 deletions values/rabbitmq/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# More settings can be found here: https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
rabbitmq:
persistence:
size: 10Gi
15 changes: 13 additions & 2 deletions values/wire-server/prod-secrets.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ brig:
setNexmo: |-
key: "dummy"
secret: "dummy"
# Uncomment for federation. Set values accordingly

# rabbitmq:
# username: wire-server
# password: verysecurepassword

cargohold:
secrets:
Expand Down Expand Up @@ -63,13 +68,19 @@ nginz:
# only necessary in test environments (env="staging"). See charts/nginz/README.md
basicAuth: "<username>:<htpasswd-hashed-password>"

# Uncomment for team-settings. Set values accordingly

team-settings:
secrets:
# Required if you want to use team-settings
configJson: "b64 string you got from us"

# Uncomment for federation. Set values accordingly

# background-worker:
# secrets:
# rabbitmq:
# username: wire-server
# password: verysecurepassword

# Uncomment for legalhold. Set values accordingly

# legalhold:
Expand Down