Skip to content

docs: Add configurable Kubernetes probes to Helm chart docs#1657

Merged
lukekim merged 1 commit into
trunkfrom
docs/update-from-pr-10696
May 6, 2026
Merged

docs: Add configurable Kubernetes probes to Helm chart docs#1657
lukekim merged 1 commit into
trunkfrom
docs/update-from-pr-10696

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • Add livenessProbe, readinessProbe, and startupProbe to the Common Parameters table
  • Update the Health and Readiness section with configurable probe defaults and customization examples

Source PRs

Changes

  • website/docs/deployment/kubernetes/helm/index.md:
    • Added three new rows to the Common Parameters table for probe configuration
    • Rewrote the Health and Readiness section to show default probe values (including timeoutSeconds, periodSeconds, failureThreshold)
    • Added a "Customizing Probes" subsection with override examples, including the exec/tcpSocket/grpc fallback behavior

Test plan

  • Default values match values.yaml in spiceai/spiceai
  • Links are valid
  • Only vNext docs updated

The Helm chart now supports configurable livenessProbe, readinessProbe,
and startupProbe values. Probes can be partially overridden, and the
chart supports exec/tcpSocket/grpc alternatives to the default httpGet.

Source: spiceai/spiceai#10696
@claudespice claudespice self-assigned this May 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: lukekim, claudespice

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

🚀 deployed to https://13a5578c.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 15d2f9c into trunk May 6, 2026
7 of 10 checks passed
@lukekim lukekim deleted the docs/update-from-pr-10696 branch May 6, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants