Update matrix

This commit is contained in:
Marcus Noble 2021-01-30 07:28:42 +00:00
parent 94b62b4c75
commit 0c334e0827

View File

@ -21,13 +21,13 @@ spec:
serverName: "matrix.cluster.fun" serverName: "matrix.cluster.fun"
telemetry: false telemetry: false
hostname: "matrix.cluster.fun" hostname: "matrix.cluster.fun"
presence: true presence: "true"
blockNonAdminInvites: false blockNonAdminInvites: false
search: true enableSearch: "true"
adminEmail: "matrix@marcusnoble.co.uk" adminEmail: "matrix@marcusnoble.co.uk"
uploads: uploads:
maxSize: 100M maxSize: 500M
maxPixels: 32M maxPixels: 64M
federation: federation:
enabled: false enabled: false
allowPublicRooms: false allowPublicRooms: false
@ -47,7 +47,7 @@ spec:
urlPreviews: urlPreviews:
enabled: true enabled: true
rules: rules:
maxSize: 4M maxSize: 10M
ip: ip:
blacklist: blacklist:
- '127.0.0.0/8' - '127.0.0.0/8'
@ -111,7 +111,7 @@ spec:
permalinkPrefix: "https://chat.cluster.fun" permalinkPrefix: "https://chat.cluster.fun"
image: image:
repository: "vectorim/riot-web" repository: "vectorim/riot-web"
tag: v1.6.8 tag: v1.7.18
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
type: ClusterIP type: ClusterIP