Skip to content

Commit 6a74bda

Browse files
Use ImplementationSpecific in ray-cluster.separate-ingress.yaml (#3781) (#3790)
Co-authored-by: Troy Chiu <[email protected]>
1 parent 6d83d70 commit 6a74bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/config/samples/ray-cluster.separate-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ spec:
5959
port: # port number should match the port specified for dashboard in the RayCluster setting above
6060
number: 8265
6161
path: /raycluster-ingress/(.*) # (.*) is regex
62-
pathType: Exact # Matches the URL path exactly and with case sensitivity.
62+
pathType: ImplementationSpecific

0 commit comments

Comments
 (0)