Skip to content

Commit

Permalink
Merge pull request #40 from Workday/ingressfix
Browse files Browse the repository at this point in the history
Fix dashes in kubernetes ingress annotations
  • Loading branch information
ScottBishop committed Apr 3, 2019
2 parents 5e4d1b1 + f4c5f65 commit 60dfe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizzy/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
"nginx.ingress.kubernetes.io/force-ssl-redirect": "true"
"nginx.ingress.kubernetes.io/proxy-body-size": {{ .Values.nginxIngress.proxyBodySize }}
"nginx.ingress.kubernetes.io/proxyreadtimeout": "300"
"nginx.ingress.kubernetes.io/proxy-read-timeout": "300"
"nginx.ingress.kubernetes.io/proxy-send-timeout": "300"
"kubernetes.io/ingress.class": nginx
name: {{ .Chart.Name }}
Expand Down

0 comments on commit 60dfe5e

Please sign in to comment.