From 386badb84eec4de52b0e5c90c621682a40828264 Mon Sep 17 00:00:00 2001
From: Marco <marco.lorini@garr.it>
Date: Fri, 9 Jul 2021 17:09:42 +0200
Subject: [PATCH] 2021-07-09 ML: fix blazegraph service name in the ingress
 resource

---
 ingress.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ingress.yml b/ingress.yml
index ca5ce8c..e624154 100644
--- a/ingress.yml
+++ b/ingress.yml
@@ -29,7 +29,7 @@ spec:
       - path: /blazegraph/*
         pathType: Prefix
         backend:
-          serviceName: blazegraph
+          serviceName: blazegraph2
           servicePort: 8888
       - path: /harvester/*
         pathType: Prefix
-- 
GitLab