-
Notifications
You must be signed in to change notification settings - Fork 46
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
Enabled replicaCount #269
base: main
Are you sure you want to change the base?
Enabled replicaCount #269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @angelsanchezdck , thanks for creating the pr!
Different deployments/statefulset uses different values, for example .Values.lake.replicaCount. Then you can delete the values.replicaCount part in values.yaml
Hi @ZhangNing10 , Done! ui: No limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hi @angelsanchezdck , thanks a lot! could you kindly fix the conflict? |
Sorry for late. |
What is the next step? |
hi @angelsanchezdck , action failed https://github.com/apache/incubator-devlake-helm-chart/actions/runs/11077517151/job/30834582938?pr=269 , could you check and fix it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @angelsanchezdck , the imageTag should not be changed, kindly keep the same as main branch
# replica count | ||
replicaCount: 1 | ||
imageTag: v1.0.1 | ||
imageTag: v1.0.0-beta3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the imageTag should not be changed, keep the same as main branch
Enables the ability to set replicas of StatefulSet and deployments to 0, fully disabling the devlake-helm-chart. This ensures compliance with the requirement of having only one replica for deployments in dev-lake, providing finer control over the development environment.
Issue: #266