We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e72bdab + a72199a commit 93bd298Copy full SHA for 93bd298
deploy/nais.yaml
@@ -6,7 +6,7 @@ metadata:
6
labels:
7
team: klage
8
annotations:
9
- nginx.ingress.kubernetes.io/proxy-body-size: "300M"
+ nginx.ingress.kubernetes.io/proxy-body-size: "500M"
10
nginx.ingress.kubernetes.io/proxy-read-timeout: "300"
11
spec:
12
image: {{ image }}
src/main/resources/application.yml
@@ -5,8 +5,8 @@ spring:
5
banner-mode: OFF
servlet:
multipart:
- max-request-size: 256MB
- max-file-size: 256MB
+ max-request-size: 500MB
+ max-file-size: 500MB
server:
port: 7080
0 commit comments