File tree Expand file tree Collapse file tree
k8s/cloud/overlays/exposed_services_nginx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ spec:
2020 http :
2121 paths :
2222 - path : /px.services.(.*)
23- pathType : Prefix
23+ pathType : ImplementationSpecific
2424 backend :
2525 service :
2626 name : vzconn-service
2727 port :
2828 number : 51600
2929 - path : /px.cloudapi.(.*)
30- pathType : Prefix
30+ pathType : ImplementationSpecific
3131 backend :
3232 service :
3333 name : api-service
3434 port :
3535 number : 51200
3636 - path : /px.api.(.*)
37- pathType : Prefix
37+ pathType : ImplementationSpecific
3838 backend :
3939 service :
4040 name : cloud-proxy-service
@@ -44,21 +44,21 @@ spec:
4444 http :
4545 paths :
4646 - path : /px.services.(.*)
47- pathType : Prefix
47+ pathType : ImplementationSpecific
4848 backend :
4949 service :
5050 name : vzconn-service
5151 port :
5252 number : 51600
5353 - path : /px.cloudapi.(.*)
54- pathType : Prefix
54+ pathType : ImplementationSpecific
5555 backend :
5656 service :
5757 name : api-service
5858 port :
5959 number : 51200
6060 - path : /px.api.(.*)
61- pathType : Prefix
61+ pathType : ImplementationSpecific
6262 backend :
6363 service :
6464 name : cloud-proxy-service
You can’t perform that action at this time.
0 commit comments