From fa4c6ab5eb815cabab5ca7bc679c3579f553e803 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 19 Sep 2024 17:39:41 +0530 Subject: [PATCH 1/2] Add support for media uploads & downloads - Increase proxy size so we can upload files larger than an mb - Brings in https://github.com/2i2c-org/unnamed-thingity-thing/pull/67 Ref https://github.com/2i2c-org/unnamed-thingity-thing/issues/59 --- helm-charts/app/Chart.yaml | 2 +- helm-charts/app/prod/prod.values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-charts/app/Chart.yaml b/helm-charts/app/Chart.yaml index 3169355..0bbe734 100644 --- a/helm-charts/app/Chart.yaml +++ b/helm-charts/app/Chart.yaml @@ -7,7 +7,7 @@ appVersion: "1.0" dependencies: - name: unnamed - version: 0.0.1-0.dev.git.150.h92f4384 + version: 0.0.1-0.dev.git.153.h006ce20 repository: https://2i2c.org/unnamed-thingity-thing/ # ingress-nginx for a k8s Ingress resource controller that routes traffic from # a single IP entrypoint to various services exposed via k8s Ingress resources diff --git a/helm-charts/app/prod/prod.values.yaml b/helm-charts/app/prod/prod.values.yaml index da49208..125ae6f 100644 --- a/helm-charts/app/prod/prod.values.yaml +++ b/helm-charts/app/prod/prod.values.yaml @@ -5,6 +5,8 @@ unnamed: ingress: enabled: true + annotations: + nginx.ingress.kubernetes.io/proxy-body-size: 256m hosts: - cellmapchallenge.2i2c.cloud From 8babec1ba767f3080ff1c73603c8f4b8b77b461a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:10:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- helm-charts/app/prod/prod.values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/app/prod/prod.values.yaml b/helm-charts/app/prod/prod.values.yaml index 125ae6f..4e108d4 100644 --- a/helm-charts/app/prod/prod.values.yaml +++ b/helm-charts/app/prod/prod.values.yaml @@ -6,7 +6,7 @@ unnamed: ingress: enabled: true annotations: - nginx.ingress.kubernetes.io/proxy-body-size: 256m + nginx.ingress.kubernetes.io/proxy-body-size: 256m hosts: - cellmapchallenge.2i2c.cloud