DodoApp: Ingress can configure label and home path

Change-Id: I55b83f54f4aa10e6fcc74b08ea081c0f040829ac
diff --git a/core/installer/values-tmpl/dodo-app.cue b/core/installer/values-tmpl/dodo-app.cue
index 1c5939b..fe7e504 100644
--- a/core/installer/values-tmpl/dodo-app.cue
+++ b/core/installer/values-tmpl/dodo-app.cue
@@ -106,8 +106,8 @@
 				if !input.external {
 					enabled: true
 					noAuthPathPatterns: [
-						"^/static/.*$",
-						"^/schemas/.*$",
+						"^/static\/.*$",
+						"^/schemas\/.*$",
 						"^/api/public-data$",
 				    ]
 				}