We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6064af3 commit 5c5f3bcCopy full SHA for 5c5f3bc
1 file changed
helm/values.staging.yaml
@@ -13,7 +13,7 @@ nginxConf:
13
server_name localhost;
14
15
location / {
16
- proxy_pass http://localhost:5000/;
+ proxy_pass http://localhost:8000/;
17
proxy_set_header Host "localhost";
18
}
19
0 commit comments