Skip to content

Commit

Permalink
ingress timeouts and size
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikke Schirén committed May 9, 2023
1 parent f20e499 commit 3feee17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/matomo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "4.12.3"
description: A Helm chart Matomo
name: matomo
version: 11.0.13
version: 11.0.14
4 changes: 4 additions & 0 deletions charts/matomo/templates/ingress-matomo-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
namespace: {{.Values.namespace}}
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/client-body-timeout: "700s"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 200m
nginx.ingress.kubernetes.io/proxy-read-timeout: "700s"
{{- if .Values.matomo.ingress.annotations }}
{{- with .Values.matomo.ingress.annotations }}
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 3feee17

Please sign in to comment.