Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ spec:
http:
paths:
- path: /px.services.(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: vzconn-service
port:
number: 51600
- path: /px.cloudapi.(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: api-service
port:
number: 51200
- path: /px.api.(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: cloud-proxy-service
Expand All @@ -44,21 +44,21 @@ spec:
http:
paths:
- path: /px.services.(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: vzconn-service
port:
number: 51600
- path: /px.cloudapi.(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: api-service
port:
number: 51200
- path: /px.api.(.*)
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: cloud-proxy-service
Expand Down
Loading