Skip to content

Commit

Permalink
set nginx.ingress.kubernetes.io/proxy-buffer-size on ingress to preve…
Browse files Browse the repository at this point in the history
…nt 502 Bad gateway
  • Loading branch information
rbjornstad committed Oct 27, 2023
1 parent 20c6f89 commit cff39c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Ingress
metadata:
name: '{{ .Release.Name }}'
namespace: nais-system
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 8k
spec:
ingressClassName: nais-ingress-iap
rules:
Expand Down

0 comments on commit cff39c8

Please sign in to comment.