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