X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fresources-ing%2Fnginx.conf;fp=nonrtric%2Fhelm%2Fcontrolpanel%2Fresources-ing%2Fnginx.conf;h=4e53c54394a48fde527fa625e436c268b960dfc0;hb=1fd14f960d45794d4b87135ba2e2e72244987f03;hp=d72eea73a2445b9ce22980889a672902c7d0a331;hpb=d477ffdd450fa71dc8e8705f859b8520a59b1803;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/resources-ing/nginx.conf b/nonrtric/helm/controlpanel/resources-ing/nginx.conf index d72eea73..4e53c543 100644 --- a/nonrtric/helm/controlpanel/resources-ing/nginx.conf +++ b/nonrtric/helm/controlpanel/resources-ing/nginx.conf @@ -4,7 +4,7 @@ http { include /etc/nginx/mime.types; upstream backend { - server kong-proxy.kong:80; + server oran-nonrtric-kong-proxy.nonrtric:80; } server { @@ -25,4 +25,4 @@ http { try_files $uri $uri/ /index.html; } } -} \ No newline at end of file +}