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: ...@@ -32,7 +32,7 @@ metadata:
{{- else }} {{- else }}
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
{{- end }} {{- end }}
nginx.ingress.kubernetes.io/proxy-body-size: 100m nginx.ingress.kubernetes.io/proxy-body-size: 42m
name: {{ include "app.name" . }} name: {{ include "app.name" . }}
namespace: {{ include "app.namespace" . }} namespace: {{ include "app.namespace" . }}
spec: spec:
......
...@@ -100,8 +100,8 @@ tests: ...@@ -100,8 +100,8 @@ tests:
- equal: - equal:
path: metadata.annotations.[cert-manager.io/cluster-issuer] path: metadata.annotations.[cert-manager.io/cluster-issuer]
value: letsencrypt-prod value: letsencrypt-prod
- it: should set proxy body size to 100m - it: should set proxy body size to 42m
asserts: asserts:
- equal: - equal:
path: metadata.annotations.[nginx.ingress.kubernetes.io/proxy-body-size] path: metadata.annotations.[nginx.ingress.kubernetes.io/proxy-body-size]
value: 100m value: 42m
\ No newline at end of file \ 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