Skip to content

Commit

Permalink
set request body size to 50m on ingress (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek authored Jan 8, 2024
1 parent 1383a27 commit c2db554
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab/auto-deploy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ ingress:
nginx.ingress.kubernetes.io/server-snippet: |
location /sitemaps/sitemap.xml.gz {
return 302 https://navodydigital.s3.eu-central-1.amazonaws.com/sitemaps/sitemap.xml.gz;
}
}
nginx.ingress.kubernetes.io/proxy-body-size: 50m
service:
externalPort: 3000
internalPort: 3000
image:
secrets:
- name: skdigital-bonet-registry
livenessProbe.initialDelaySeconds: 20
readinessProbe.initialDelaySeconds: 20
readinessProbe.initialDelaySeconds: 20
application.migrateCommand: ["bundle", "exec", "rails", "db:migrate"]
resources:
requests:
Expand Down

0 comments on commit c2db554

Please sign in to comment.