From 595300761c0717b0cc9783bcab30c4f170aae03b Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:23:53 -0500 Subject: [PATCH] Setup ingress for all paths to load assets to support Operator UI (#11908) --- charts/chainlink-cluster/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/chainlink-cluster/templates/ingress.yaml b/charts/chainlink-cluster/templates/ingress.yaml index f7d9791155b..e84de6eae69 100644 --- a/charts/chainlink-cluster/templates/ingress.yaml +++ b/charts/chainlink-cluster/templates/ingress.yaml @@ -30,7 +30,7 @@ spec: http: paths: {{- range .http.paths }} - - path: / + - path: "/*" pathType: ImplementationSpecific backend: service: