(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:
Florent Chehab
2026-03-10 11:46:54 +01:00
committed by aleb_the_flash
parent 77105001e0
commit 8496959188
6 changed files with 271 additions and 0 deletions
+2
View File
@@ -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"