Add media_repository and thumbnail_generator workers for URL preview support

This commit is contained in:
Scrublord MacBad 2026-05-07 23:45:37 +02:00
parent 575ac0112f
commit eda648eaa7

View File

@ -43,6 +43,13 @@ spec:
enabled: true enabled: true
ingress: ingress:
host: matrix.axion1337.chat 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 # Matrix Authentication Service braucht eine Subdomain
matrixAuthenticationService: matrixAuthenticationService: