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