Skip to content

Commit

Permalink
test: decrese rabbitmq resources
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Oct 23, 2024
1 parent 3429140 commit e421b20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/nshm/templates/rabbitmq-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ spec:
key: RABBITMQ_DEFAULT_PASS
management:
enabled: true
resources:
requests:
cpu: "512m"
memory: "512Mi"
limits:
cpu: "512m"
memory: "512Mi"

0 comments on commit e421b20

Please sign in to comment.