Skip to content

Commit

Permalink
Add missing config in ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Apr 11, 2024
1 parent b7ad221 commit 1d437c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-body-size: "16m"
nginx.org/client-max-body-size: "16m"
spec:
ingressClassName: nginx
rules:
- host: my-service.example.com
http:
Expand Down

0 comments on commit 1d437c4

Please sign in to comment.