|
1 | 1 | # This is the global configuration file for Workflow |
2 | 2 |
|
3 | 3 | # 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. |
5 | 4 | # If the service is dependent on multiple components and there is state synchronization, |
6 | 5 | # it needs to be configured separately, such as storage. |
7 | 6 |
|
@@ -40,11 +39,6 @@ global: |
40 | 39 | # - on-cluster: Run Valkey within the Kubernetes cluster |
41 | 40 | # - off-cluster: Run Valkey outside the Kubernetes cluster (configure in valkey section) |
42 | 41 | 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" |
48 | 42 | # Set the location of Workflow's prometheus cluster |
49 | 43 | # |
50 | 44 | # Valid values are: |
@@ -177,8 +171,6 @@ controller: |
177 | 171 | ## databaseUrl and databaseReplicaUrl are will no longer use the built-in database component |
178 | 172 | databaseUrl: "" |
179 | 173 | databaseReplicaUrl: "" |
180 | | - # Configuring this will no longer use the built-in rabbitmq component |
181 | | - rabbitmqUrl: "" |
182 | 174 |
|
183 | 175 | database: |
184 | 176 | # The following parameters are configured only when using an on-cluster Database instance |
@@ -241,26 +233,6 @@ valkey: |
241 | 233 | size: 5Gi |
242 | 234 | storageClass: "" |
243 | 235 |
|
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 | | - |
264 | 236 | fluentbit: |
265 | 237 | # Interval to flush output (seconds) |
266 | 238 | flush: 5 |
|
0 commit comments