cccs-cat001 commented on code in PR #3969:
URL: https://github.com/apache/polaris/pull/3969#discussion_r2913294599


##########
helm/polaris/templates/httproute.yaml:
##########
@@ -41,8 +41,21 @@ spec:
       sectionName: {{ .Values.httproute.sectionName }}
       {{- end }}
   rules:
-    # We don't specify a matches block here, so the default is a prefix path 
match on "/" (match every HTTP request)
-    # The backend (Service) to send matching requests to
+    {{- if .Values.httproute.exposeManagementEndpoints }}
+    - matches:
+      - path:
+          type: PathPrefix
+          value: "/mgmt"

Review Comment:
   I don't think that's really necessary. a /q request going to the regular 
service results in a 404 anyways



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to