Enable cadence - #1331
Open
SajibKC wants to merge 4 commits into
Open
Enable cadence#1331SajibKC wants to merge 4 commits into
SajibKC wants to merge 4 commits into
Conversation
Signed-off-by: Sajib Kumar Chowdhury <sajibkumar@appscode.com>
|
|
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
The [cadence] section of the platform config wrote FRONTEND_ADDRESS and DOMAIN, but b3 (run by platform-api) reads HOST, PORT, DOMAIN, TASK_LIST, SERVICE_NAME and the worker options, so cadence was never configured. The cadence chart values were also modeled on keys that do not exist in cadence chart 1.6.7. - Match settings.cadence and CadenceSettings to b3's CadenceConfig, with b3's worker defaults in values.yaml. The host defaults to the bundled cadence frontend service; port, domain and task list fall back to their defaults when empty. - Trim CadenceSpec to the values ace sets, and point cadence at the ace postgres database instead of the bundled cassandra. - Create the cadence database secrets from settings.db.auth.password, replacing the unused cadence-config secret. - Create the configured cadence databases in the init script, and enable cadence in the ace sample so its images are cataloged. Signed-off-by: Imtiaz Uddin <imtiaz@appscode.com>
Imtiaz246
force-pushed
the
enable_cadence
branch
from
September 17, 2026 06:42
75d69fc to
3d97a80
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Sajib Kumar Chowdhury sajibkumar@appscode.com