Skip to content

Commit 4c39cae

Browse files
committed
chore(workflow): remove rabbitmq
1 parent 146b35c commit 4c39cae

3 files changed

Lines changed: 0 additions & 32 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Please see below for links and descriptions of each component:
2222
- [logger](https://github.com/drycc/logger) - The (in-memory) log buffer for `drycc logs`
2323
- [grafana](https://github.com/drycc/grafana) - Central monitor grafana
2424
- [prometheus](https://github.com/drycc/prometheus) - The monitor database
25-
- [rabbitmq](https://github.com/drycc/rabbitmq) - RabbitMQ is a message broker used with controller celery
2625
- [storage](https://github.com/drycc/storage) - The in-cluster, kubernetes storage, s3 api compatible, hybrid storage system.
2726
- [workflow-cli](https://github.com/drycc/workflow-cli) - Workflow CLI `drycc`
2827

charts/workflow/Chart.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ dependencies:
3737
- name: registry-proxy
3838
repository: {{repository}}
3939
version: x.x.x
40-
- name: rabbitmq
41-
repository: {{repository}}
42-
version: x.x.x
4340
- name: passport
4441
repository: {{repository}}
4542
version: x.x.x

charts/workflow/values.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This is the global configuration file for Workflow
22

33
# If the service is used by a component alone, it needs to be configured inside the component.
4-
# Refer to rabbitmqUrl and databaseUrl of the controller component.
54
# If the service is dependent on multiple components and there is state synchronization,
65
# it needs to be configured separately, such as storage.
76

@@ -40,11 +39,6 @@ global:
4039
# - on-cluster: Run Valkey within the Kubernetes cluster
4140
# - off-cluster: Run Valkey outside the Kubernetes cluster (configure in valkey section)
4241
valkeyLocation: "on-cluster"
43-
# Set the location of Workflow's rabbitmq instance
44-
# Valid values are:
45-
# - on-cluster: Run Rabbitmq within the Kubernetes cluster
46-
# - off-cluster: Run Rabbitmq outside the Kubernetes cluster (configure in controller section)
47-
rabbitmqLocation: "on-cluster"
4842
# Set the location of Workflow's prometheus cluster
4943
#
5044
# Valid values are:
@@ -177,8 +171,6 @@ controller:
177171
## databaseUrl and databaseReplicaUrl are will no longer use the built-in database component
178172
databaseUrl: ""
179173
databaseReplicaUrl: ""
180-
# Configuring this will no longer use the built-in rabbitmq component
181-
rabbitmqUrl: ""
182174

183175
database:
184176
# The following parameters are configured only when using an on-cluster Database instance
@@ -241,26 +233,6 @@ valkey:
241233
size: 5Gi
242234
storageClass: ""
243235

244-
rabbitmq:
245-
# The following parameters are configured only when using an on-cluster Rabbitmq instance
246-
# If left empty they will be generated using randAlphaNum
247-
username: ""
248-
password: ""
249-
# GCP PDs and EBS volumes are supported only
250-
persistence:
251-
enabled: false # Set to true to enable persistence
252-
size: 5Gi # PVC size
253-
## rabbitmq data Persistent Volume Storage Class
254-
## If defined, storageClassName: <storageClass>
255-
## If set to "-", storageClassName: "", which disables dynamic provisioning
256-
## If undefined (the default) or set to null, no storageClassName spec is
257-
## set, choosing the default provisioner. (gp2 on AWS, standard on
258-
## GKE, AWS & OpenStack)
259-
##
260-
## Storage class of PV to bind. By default it looks for standard storage class.
261-
## If the PV uses a different storage class, specify that here.
262-
storageClass: ""
263-
264236
fluentbit:
265237
# Interval to flush output (seconds)
266238
flush: 5

0 commit comments

Comments
 (0)