mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-20 15:22:18 +00:00
✨(infra) add celery backend to helm & improvements
* Add a simple celery-backend deployment to helm chart, which uses the same docker image as the backend, and runs a single worker. * Update dev keycloack values accordingly * Update Tiltfile to properly set service dependencies * Update minio deployment to increase the default max body size limit (relevant to uploading files)
This commit is contained in:
committed by
aleb_the_flash
parent
77105001e0
commit
8496959188
@@ -3,6 +3,8 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: minio
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
||||
spec:
|
||||
rules:
|
||||
- host: "minio.127.0.0.1.nip.io"
|
||||
|
||||
Reference in New Issue
Block a user