Skip to content

Commit

Permalink
set max body size for service
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Mar 22, 2024
1 parent e013d6b commit b93a715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: my-service-ingress
annotations:
cert-manager.io/issuer: "letsencrypt"
nginx.ingress.kubernetes.io/proxy-body-size: "16m"
nginx.org/client-max-body-size: "16m"
spec:
ingressClassName: nginx
rules:
Expand Down

0 comments on commit b93a715

Please sign in to comment.