DependencyTrack / DependencyTrack/helm-charts
Please add support for ephemeral-storage in resources and limits
- Dominant language
- Go Template
- Stars
- 78
- Forks
- 55
- Avg merge
- 1h 57m
- Merged PRs (30d)
- 14
Description
Currently the helm-chart is not supporting ephemeral-storage in resources and limits. We should be able to set that. See https://zesty.co/finops-glossary/kubernetes-ephemeral-storage/
```yaml
resources:
requests:
ephemeral-storage: "1Gi"
limits:
ephemeral-storage: "2Gi"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating where the Helm chart defines and renders container resources and limits, then compare its values structure with the YAML example in the issue. Add support for setting ephemeral-storage requests and limits, and verify that the rendered manifests preserve the supplied values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100