Skip to content

Commit

Permalink
feat(hatchet): custom rabbitmq
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Steiner <[email protected]>
  • Loading branch information
kosmoz committed Jul 5, 2024
1 parent 9863b8a commit b23f095
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/hatchet/v0.28.7+1/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ references:
- label: Website
url: https://hatchet.run/
defaultNamespace: hatchet
manifests:
- url: http://host.minikube.internal:9090/packages/hatchet/v0.28.7+1/rabbitmq.yaml
helm:
repositoryUrl: https://hatchet-dev.github.io/hatchet-charts
chartName: hatchet-stack
Expand All @@ -40,6 +42,11 @@ helm:
envFrom: []
caddy:
enabled: true
rabbitmq:
enabled: false
dependencies:
- name: rabbitmq-operator
version: ">=2.8.0"
valueDefinitions:
encryptionSecretSource:
metadata:
Expand Down
16 changes: 16 additions & 0 deletions packages/hatchet/v0.28.7+1/rabbitmq.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
name: hatchet-rabbitmq
spec:
delayStartSeconds: 30
replicas: 3
terminationGracePeriodSeconds: 604800
rabbitmq:
additionalConfig: |
default_user = hatchet
default_pass = hatchet
resources:
requests:
cpu: 200m
memory: 500Mi

0 comments on commit b23f095

Please sign in to comment.