From 2a8d995490749e9c85dbc3d18809494c96d6c317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ce=C4=BEuch?= Date: Tue, 26 Sep 2023 09:36:36 +0200 Subject: [PATCH] set max body size to 256m --- .gitlab/auto-deploy-values.yaml | 3 +++ .gitlab/prod-auto-deploy-values.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitlab/auto-deploy-values.yaml b/.gitlab/auto-deploy-values.yaml index 55dd112f7..27cc19e33 100644 --- a/.gitlab/auto-deploy-values.yaml +++ b/.gitlab/auto-deploy-values.yaml @@ -6,6 +6,9 @@ image: secrets: - name: skdigital-bonet-registry application.migrateCommand: ["bundle", "exec", "rails", "db:migrate"] +ingress: + annotations: + nginx.ingress.kubernetes.io/proxy-body-size: 256m livenessProbe: initialDelaySeconds: 5 timeoutSeconds: 5 diff --git a/.gitlab/prod-auto-deploy-values.yaml b/.gitlab/prod-auto-deploy-values.yaml index 55dd112f7..27cc19e33 100644 --- a/.gitlab/prod-auto-deploy-values.yaml +++ b/.gitlab/prod-auto-deploy-values.yaml @@ -6,6 +6,9 @@ image: secrets: - name: skdigital-bonet-registry application.migrateCommand: ["bundle", "exec", "rails", "db:migrate"] +ingress: + annotations: + nginx.ingress.kubernetes.io/proxy-body-size: 256m livenessProbe: initialDelaySeconds: 5 timeoutSeconds: 5