Skip to content

Commit

Permalink
fixed syntax error in nginx annonations
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Oct 30, 2020
1 parent a0d957e commit 82fc6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.31
version: 3.9.33
# 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.32
appVersion: 3.9.33
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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
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 82fc6bf

Please sign in to comment.