We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1327c8c commit 0a97139Copy full SHA for 0a97139
prod-ingress/prod/templates/ingress.yaml
@@ -6,6 +6,9 @@ metadata:
6
name: {{ $k }}
7
annotations:
8
cert-manager.io/cluster-issuer: letsencrypt-prod
9
+{{- if $v.annotations }}
10
+{{- $v.annotations | toYaml | nindent 4 }}
11
+{{- end }}
12
spec:
13
ingressClassName: nginx
14
rules:
prod-ingress/prod/values.yaml
@@ -8,6 +8,8 @@ apps:
service: paperless
hostname: paperless.sh4ke.rocks
port: 8000
+ annotations:
+ nginx.ingress.kubernetes.io/proxy-body-size: 100M
privatebin:
service: privatebin
15
hostname: privatebin.sh4ke.rocks
0 commit comments