Replica Count Not Configurable in Helm Chart

Open
#244 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
helm, kubernetes

Research direction

Open the Helm chart's deployment.yaml and compare its replicas setting with the replicaCount value in values.yaml. Render or install the chart with a non-default replicaCount, then confirm the generated Deployment uses that configured count.

Written by the indexing model from the issue text.

Description

The current Helm chart for Apache DevLake hard-codes the replicas value in the deployment.yaml file to 1. This setting ignores any replicaCount value set in values.yaml, restricting the ability to scale the deployment through Helm configuration.

Current Configuration:

spec:
  replicas: 1

Suggested Fix

spec:
  replicas: {{ .Values.replicaCount }}
Dominant language
Go Template
Stars
52
Forks
72
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/devlake-helm-chart

All issues in apache/devlake-helm-chart

Similar issues

More DevOps issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.