Skip to content
Snippets Groups Projects
Verified Commit 2221244e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nginx): Update proxy-buffer-size to 8k

This patch will resolve various issues with header sizes related to the
oauth2-proxy. That appear to result in 502s on nginx side due to large
headers.
parent 01480dec
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ data: ...@@ -87,6 +87,7 @@ data:
hsts-include-subdomains: false hsts-include-subdomains: false
enable-brotli: "true" enable-brotli: "true"
use-http2: "true" use-http2: "true"
proxy-buffer-size: 8k
replicaCount: 2 replicaCount: 2
minAvailable: 1 minAvailable: 1
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment