Skip to content

Commit

Permalink
fix: nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Aug 30, 2024
1 parent b035569 commit 2dc010d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions k8s-apps/velero-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,10 @@ vui:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/server-snippets: |
location / {
location /ws {
proxy_set_header Upgrade $http_upgrade;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
proxy_set_header Connection "upgrade";
proxy_cache_bypass $http_upgrade;
}
spec:
tls:
Expand Down

0 comments on commit 2dc010d

Please sign in to comment.