Unverified Commit 85a4d6fe authored by Chakshu Gautam's avatar Chakshu Gautam Committed by GitHub
Browse files

Fix service name for UCI Transport Socket (#3030)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -189,7 +189,7 @@ data:
proxy_pass $target;
}
location /uci-transport-socket/ {
set $target http://uci-transport-socket.{{ .Values.namespace }}.svc.cluster.local:3000;
set $target http://uci-transport-socket-service.{{ .Values.namespace }}.svc.cluster.local:3000;
rewrite ^/uci-transport-socket/(.*) /$1 break;
proxy_pass $target;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment