Skip to content

Commit

Permalink
fix: Barbican only has one worker (#733)
Browse files Browse the repository at this point in the history
This change ensures that barbican is started with multiple processes.
  • Loading branch information
cloudnull authored Feb 3, 2025
1 parent 4634d1e commit 5ab0ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-helm-configs/barbican/barbican-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ab0ebe

Please sign in to comment.