Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #160 from neicnordic/Add_buffering_to_ingress
Browse files Browse the repository at this point in the history
Add buffering to ingress
  • Loading branch information
jbygdell committed Mar 29, 2023
2 parents 84fb4b3 + 6884b6b commit 1fe7f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sda-svc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: sda-svc
version: "0.18.6"
version: "0.18.7"
kubeVersion: ">= 1.19.0-0"
description: Components for Sensitive Data Archive (SDA) installation
home: https://neic-sda.readthedocs.io
Expand Down
3 changes: 2 additions & 1 deletion charts/sda-svc/templates/s3-inbox-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ metadata:
nginx.ingress.kubernetes.io/rewrite-target: "/"
nginx.ingress.kubernetes.io/backend-protocol: "{{ ternary "HTTPS" "HTTP" .Values.global.tls.enabled }}"
nginx.ingress.kubernetes.io/proxy-body-size: 2000m
nginx.ingress.kubernetes.io/proxy-request-buffering: "off"
nginx.ingress.kubernetes.io/proxy-read-timeout: 300s
nginx.ingress.kubernetes.io/proxy-request-buffering: "on"
{{- end }}
{{- if .Values.global.ingress.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ .Values.global.ingress.clusterIssuer | quote }}
Expand Down

0 comments on commit 1fe7f45

Please sign in to comment.