From 64667335e2bee228cca41b550755f0017a14460c Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Tue, 11 Jul 2023 16:11:32 +0200 Subject: [PATCH] production: Add gitweb lister pod Refs. swh/infra/sysadm-environment#4986 --- swh/values/production.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/swh/values/production.yaml b/swh/values/production.yaml index 813f2f393..7038f8630 100644 --- a/swh/values/production.yaml +++ b/swh/values/production.yaml @@ -65,6 +65,11 @@ listers: amqp: host: rabbitmq.internal.softwareheritage.org deployments: + gitweb: + queues: + - swh.lister.gitweb.tasks.GitwebListerTask + autoScaling: + maxReplicaCount: 1 gogs-full: queues: - swh.lister.gogs.tasks.FullGogsRelister -- GitLab