diff --git a/argocd/apps/matrix-t0rt1k.yaml b/argocd/apps/matrix-t0rt1k.yaml index c5545e0..4449987 100644 --- a/argocd/apps/matrix-t0rt1k.yaml +++ b/argocd/apps/matrix-t0rt1k.yaml @@ -49,6 +49,49 @@ spec: cpu: 100m limits: memory: 1.5Gi + workers: + federation-sender: + enabled: true + resources: + requests: + memory: 128Mi + cpu: 50m + limits: + memory: 256Mi + federation-reader: + enabled: true + resources: + requests: + memory: 128Mi + cpu: 50m + limits: + memory: 256Mi + client-reader: + enabled: true + replicas: 1 + resources: + requests: + memory: 128Mi + cpu: 50m + limits: + memory: 256Mi + initial-synchrotron: + enabled: true + resources: + requests: + memory: 128Mi + cpu: 50m + limits: + memory: 256Mi + synchrotron: + enabled: true + replicas: 1 + resources: + requests: + memory: 128Mi + cpu: 50m + limits: + memory: 256Mi matrixAuthenticationService: postgres: