From 056dc8b7dd0e45116a28ea9d7d53300398e02493 Mon Sep 17 00:00:00 2001 From: Sebastien Baizet Date: Tue, 27 Aug 2024 18:33:41 +0200 Subject: [PATCH] fix: change default ingress for l2-rpc in prod file --- charts/l2-rpc/values/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/l2-rpc/values/production.yaml b/charts/l2-rpc/values/production.yaml index aa754c57..345cf541 100644 --- a/charts/l2-rpc/values/production.yaml +++ b/charts/l2-rpc/values/production.yaml @@ -10,7 +10,7 @@ ingress: main: ingressClassName: "nginx" hosts: - - host: l2-rpc-2.devnet.scroll.tech + - host: l2-rpc.scrollsdk paths: - path: / pathType: Prefix