Skip to content
Snippets Groups Projects
Commit 2eab355f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3184 OZG-3221 set proxy body size from 100m to 42m

parent 1b8376c7
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ metadata:
{{- else }}
cert-manager.io/cluster-issuer: letsencrypt-prod
{{- end }}
nginx.ingress.kubernetes.io/proxy-body-size: 100m
nginx.ingress.kubernetes.io/proxy-body-size: 42m
name: {{ include "app.name" . }}
namespace: {{ include "app.namespace" . }}
spec:
......
......@@ -100,8 +100,8 @@ tests:
- equal:
path: metadata.annotations.[cert-manager.io/cluster-issuer]
value: letsencrypt-prod
- it: should set proxy body size to 100m
- it: should set proxy body size to 42m
asserts:
- equal:
path: metadata.annotations.[nginx.ingress.kubernetes.io/proxy-body-size]
value: 100m
\ No newline at end of file
value: 42m
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment