-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deploy): separate -storage and -db pods #923
base: split-deployment
Are you sure you want to change the base?
Conversation
3df1d31
to
9163ac7
Compare
/build_test |
|
@ebaron every scorecard test in the run seems to have
(that first piece is an automated analysis rule result snippet) any idea what that's about? Is it a timeout? |
/build_test |
|
Looks like this one failed due to timeout in the most recent run:
|
Weird. I can reproduce the failure locally with |
|
#964 ^ |
Last two commits include #968 and an accompanying adjustment. |
/build_test |
|
* fix(tls): use fixed-length cert CommonNames * certificate change recreation * delete cert secret so they are also recreated
This PR/issue depends on:
|
/build_test |
|
Rebased since #968 was merged to main, along with other recent changes. Target to a new upstream
|
To test:
i.e. the database and storage are separate Deployments with individual Services. |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #814
Depends on #968