Skip to content

Commit

Permalink
reduce default rabbitmq to 1 instance (2 causing problems)
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Nov 19, 2024
1 parent d09a9ec commit 6808384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ download_port: &download_port 9000

rabbitmq:
enabled: true
replicaCount: 2
replicaCount: 1
resurcesPreset: xlarge
fullnameOverride: rabbitmq #required for polytope to find the rabbitmq service
auth: #polytope assumes default rabbitmq user and password are set to guest
Expand All @@ -75,7 +75,7 @@ rabbitmq:
perObject:
enabled: true
pdb:
enabled: true
enabled: false
minAvailable: 1

mongodb:
Expand Down

0 comments on commit 6808384

Please sign in to comment.