Skip to content

Commit

Permalink
updated nginx ingress buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Oct 30, 2020
1 parent 4e1631f commit a0d957e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://cryptlex.com
icon: https://cryptlex.com/images/cryptlex_icon.png
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 3.9.30
version: 3.9.31
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 3.9.30
appVersion: 3.9.32
2 changes: 2 additions & 0 deletions cryptlex/cryptlex-enterprise/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: {{ .Release.Name }}-ingress
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-buffer-size: 16k
nginx.ingress.kubernetes.io/proxy-buffers-number: 8
{{ if .Values.ingress.forceHttpsRedirect }}
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
{{ end }}
Expand Down

0 comments on commit a0d957e

Please sign in to comment.