Skip to content

Commit

Permalink
#update values-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx authored Apr 8, 2024
1 parent 9021097 commit 01243c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/values-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ ingress:
nginx.org/proxy-buffers: "8 16k"
nginx.org/proxy-buffer-size: "16k"
nginx.org/proxy-busy-buffers-size: "64k"
nginx.org/server-snippets: |
# Disable buffering
proxy_buffering off;
nginx.org/location-snippets: |
add_header Access-Control-Allow-Origin *;
Expand All @@ -86,9 +89,6 @@ ingress:
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Disable buffering
proxy_buffering off;
hosts:
- host: chat-api-dev.datausa.io
paths:
Expand Down

0 comments on commit 01243c9

Please sign in to comment.