MetaCell / MetaCell/cloud-harness
Set affinity on database pods
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 5
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 3
Description
Database pods are not being set the usesvolume label and affinity as we do for the app pods:
- [label 1](https://github.com/MetaCell/cloud-harness/blob/35bf7a0538d8dd7340fa02e5f8dd468066501bda/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-deployments.yaml#L10)
- [label 2](https://github.com/MetaCell/cloud-harness/blob/35bf7a0538d8dd7340fa02e5f8dd468066501bda/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-deployments.yaml#L29)
- [affinity](https://github.com/MetaCell/cloud-harness/blob/35bf7a0538d8dd7340fa02e5f8dd468066501bda/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-deployments.yaml#L43)
Template to change: https://github.com/MetaCell/cloud-harness/blob/develop/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-database.yaml
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-database.yaml with the referenced sections of auto-deployments.yaml. Start by reading the label and affinity blocks linked in the issue. Done means database pods receive the same usesvolume labels and affinity configuration as app pods; validate the rendered Helm output if the repository provides a relevant check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- databases, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100