Add media_repository and thumbnail_generator workers for URL preview support
This commit is contained in:
parent
575ac0112f
commit
eda648eaa7
@ -43,6 +43,13 @@ spec:
|
||||
enabled: true
|
||||
ingress:
|
||||
host: matrix.axion1337.chat
|
||||
workers:
|
||||
- name: media_repository
|
||||
type: media_repository
|
||||
replicas: 1
|
||||
- name: thumbnail_generator
|
||||
type: thumbnail_generator
|
||||
replicas: 1
|
||||
|
||||
# Matrix Authentication Service – braucht eine Subdomain
|
||||
matrixAuthenticationService:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user