Skip to content

Commit

Permalink
Merge pull request #62 from solver-it-sro/infra/larger-request-payload
Browse files Browse the repository at this point in the history
Set max body size to 256m
  • Loading branch information
celuchmarek authored Sep 26, 2023
2 parents d2f466a + 2a8d995 commit 95d1ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/auto-deploy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .gitlab/prod-auto-deploy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95d1ccb

Please sign in to comment.