Added RabbitMQ to the platform
This commit is contained in:
parent
f220e86357
commit
eea5a056fe
9 changed files with 186 additions and 0 deletions
15
charts/platform-rabbitmq/values.yaml
Normal file
15
charts/platform-rabbitmq/values.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
namespace: platform-services
|
||||
|
||||
image:
|
||||
repository: rabbitmq
|
||||
tag: "4.3.2-management-alpine"
|
||||
|
||||
auth:
|
||||
existingSecret: platform-rabbitmq-secret
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 5Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
Loading…
Add table
Add a link
Reference in a new issue