Skip to content

Commit 37747a9

Browse files
authored
merge(#1286): Cadence default single cluster
Fixed Cadence default config to use single cluster #1286
2 parents 29461b2 + 2c98460 commit 37747a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cadence/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cadence
2-
version: 0.21.0
2+
version: 0.21.1
33
appVersion: 0.21.3
44
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
55
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg

cadence/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ server:
138138
# the chart configured release name and frontend port, but can be
139139
# manually overridden here if necessary.
140140
# rpcAddress: cadence-frontend:7933
141-
- name: cluster-1
142-
enabled: true
141+
# - name: cluster-1
142+
# enabled: true
143143

144144
logLevel: "debug,info"
145145

0 commit comments

Comments
 (0)