Enabled replicaCount#269
Conversation
ZhangNing10
left a comment
There was a problem hiding this comment.
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 |
|
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.
hi @angelsanchezdck , the imageTag should not be changed, kindly keep the same as main branch
Fix: incompatible types for comparison
Fix: incompatible types for comparison
keeping the same as main branch
|
Hi @ZhangNing10 errors were fixed Thank |
|
Hey, given the situation this solution looks good to me. Thanks @angelsanchezdck for bringing this up! |
|
Thank! |
|
I would like to highlight that the |
|
Ok, I understand. If you look at the condition I would also prefer if it allowed setting the replica count to 0. |
Thanks for the explanation. Thanks for your contribution. |
|
Ty. |
* Enabled replicaCount * pullrequestreview-1972726168 * Update deployments.yaml Fix: incompatible types for comparison * Update statefulsets.yaml Fix: incompatible types for comparison * Update values.yaml keeping the same as main branch --------- Co-authored-by: Angel Sanchez <angel.sanchez@r2capital.co>

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