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

Merge pull request 'OZG-3184-setBodySizeTo100' (#23) from OZG-3184-setBodySizeTo100 into master

parents 61aa7d1f 2eab355f
Branches
Tags
No related merge requests found
......@@ -32,6 +32,7 @@ metadata:
{{- else }}
cert-manager.io/cluster-issuer: letsencrypt-prod
{{- end }}
nginx.ingress.kubernetes.io/proxy-body-size: 42m
name: {{ include "app.name" . }}
namespace: {{ include "app.namespace" . }}
spec:
......
......@@ -99,4 +99,9 @@ tests:
asserts:
- equal:
path: metadata.annotations.[cert-manager.io/cluster-issuer]
value: letsencrypt-prod
\ No newline at end of file
value: letsencrypt-prod
- it: should set proxy body size to 42m
asserts:
- equal:
path: metadata.annotations.[nginx.ingress.kubernetes.io/proxy-body-size]
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