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

OZG-3184 OZG-3221 clean README.md; set proxy body size to 100m

parent bff70b17
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: 100m
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 100m
asserts:
- equal:
path: metadata.annotations.[nginx.ingress.kubernetes.io/proxy-body-size]
value: 100m
\ 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