Skip to content

Commit

Permalink
merge(#1286): Cadence default single cluster
Browse files Browse the repository at this point in the history
Fixed Cadence default config to use single cluster
#1286
  • Loading branch information
pregnor committed Aug 18, 2021
2 parents 29461b2 + 2c98460 commit 37747a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cadence
version: 0.21.0
version: 0.21.1
appVersion: 0.21.3
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.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
Expand Down
4 changes: 2 additions & 2 deletions cadence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ server:
# the chart configured release name and frontend port, but can be
# manually overridden here if necessary.
# rpcAddress: cadence-frontend:7933
- name: cluster-1
enabled: true
# - name: cluster-1
# enabled: true

logLevel: "debug,info"

Expand Down

0 comments on commit 37747a9

Please sign in to comment.