apache / apache/devlake-helm-chart

Replica Count Not Configurable in Helm Chart

Open
#244 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go Template
Stars
52
Forks
72
Avg merge
21h 4m
Merged PRs (30d)
1

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 }}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.