From f42627cf6e75ed5cc5e4389e20f58d61aaeb87fd Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Tue, 18 Mar 2025 16:52:13 +0100
Subject: [PATCH] local-cluster: Add dummy provenance instance

Refs. swh/infra/sysadm-environment#5608
---
 swh/values/local-cluster.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/swh/values/local-cluster.yaml b/swh/values/local-cluster.yaml
index fc8ef019b..1f7d9459c 100644
--- a/swh/values/local-cluster.yaml
+++ b/swh/values/local-cluster.yaml
@@ -1453,7 +1453,7 @@ objstorageReplayer:
 provenance:
   enabled: false
   deployments:
-    test:
+    test-rpc:
       enabled: true
       graphConfigurationRef: fakeGraphConfiguration
       replicas: 1
@@ -1461,6 +1461,15 @@ provenance:
       #   workers: 4
       #   threads: 1
       #   timeout: 60
+    test-grpc:
+      enabled: true
+      type: grpc
+      graphConfigurationRef: fakeGraphConfiguration
+      replicas: 1
+      # gunicorn:
+      #   workers: 4
+      #   threads: 1
+      #   timeout: 60
 
 fakeGraphConfiguration:
   cls: graph
-- 
GitLab