From 5ab0ebeef5f1ed21cac505af60f1848628d74b43 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 3 Feb 2025 09:44:25 -0600 Subject: [PATCH] fix: Barbican only has one worker (#733) This change ensures that barbican is started with multiple processes. --- base-helm-configs/barbican/barbican-helm-overrides.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-helm-configs/barbican/barbican-helm-overrides.yaml b/base-helm-configs/barbican/barbican-helm-overrides.yaml index 5a14236d..b0484041 100644 --- a/base-helm-configs/barbican/barbican-helm-overrides.yaml +++ b/base-helm-configs/barbican/barbican-helm-overrides.yaml @@ -372,7 +372,7 @@ conf: thunder-lock: true worker-reload-mercy: 80 wsgi-file: /var/lib/openstack/bin/barbican-wsgi-api - processes: 1 + processes: 4 barbican: DEFAULT: host_href: http://barbican-api.openstack.svc.cluster.local:9311