Skip to content

Commit

Permalink
fix(calibre-web): add nginx proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst committed Dec 24, 2024
1 parent e19a4fe commit baec549
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/apps/media/calibre-web/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ spec:
ingress:
app:
className: internal
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
client_max_body_size 512m;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
hosts:
- host: calibre.zebernst.dev
paths:
Expand Down

0 comments on commit baec549

Please sign in to comment.