Skip to content

feat: add a Helm chart for Kubernetes deployment - #24

Merged
rolandjitsu merged 1 commit into
mainfrom
feat/helm-chart
Aug 21, 2026
Merged

feat: add a Helm chart for Kubernetes deployment#24
rolandjitsu merged 1 commit into
mainfrom
feat/helm-chart

Conversation

@rolandjitsu

Copy link
Copy Markdown
Owner

What kind of change does this PR introduce?

  • fix
  • feat
  • refactor
  • perf
  • docs
  • test
  • build / ci
  • chore

Summary

Add helm chart.

Tests

  • Added / updated tests (unit, plus integration where it fits)
  • Not relevant, because: it's a new helm chart.

Checklist

  • CI is green locally: cargo fmt --all --check, cargo clippy --all-targets --all-features --locked -- -D warnings, cargo test --all-features
  • Commits follow Conventional Commits; AI-assisted commits carry an Assisted-by: trailer (see CONTRIBUTING.md / AGENTS.md)
  • Preserves the read-only, pull-only invariant (no push or proactive replication to upstream)
  • Docs / README updated if behavior or flags changed

Breaking change?

N/A.

Ship a single chart under chart/: single-writer Deployment (Recreate
over a RWO PVC), health/readiness probes, configurable cache eviction,
optional Ingress, ServiceMonitor, and CA trust. CI lints and
kubeconform-validates it; the release workflow packages and pushes it
to GHCR as an OCI artifact at the released version.

Assisted-by: Claude:claude-opus-4-8
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.92%. Comparing base (ae2de8f) to head (78c3f5e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   95.92%   95.92%           
=======================================
  Files           5        5           
  Lines         957      957           
=======================================
  Hits          918      918           
  Misses         39       39           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rolandjitsu
rolandjitsu merged commit 8d27d66 into main Aug 21, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant