Skip to content

Add REDIS_PASSWORD to MCP server secrets#203

Merged
RafaelPo merged 1 commit intomainfrom
fix/add-redis-password
Feb 24, 2026
Merged

Add REDIS_PASSWORD to MCP server secrets#203
RafaelPo merged 1 commit intomainfrom
fix/add-redis-password

Conversation

@RafaelPo
Copy link
Contributor

Summary

  • The MCP server's /health endpoint pings Redis via Sentinel, but the cluster requires authentication
  • Without REDIS_PASSWORD, the Sentinel connection hangs, health probes timeout, and the pod gets killed by the liveness probe — causing the Helm deploy to fail with resource Deployment not ready
  • Adds REDIS_PASSWORD to both secrets.enc.yaml (production) and secrets.staging.enc.yaml (staging)

Test plan

  • Re-run the staging deploy workflow and verify the pod becomes healthy
  • Verify /health returns {"status": "ok"}

🤖 Generated with Claude Code

The /health endpoint pings Redis via Sentinel, but the cluster requires
authentication. Without REDIS_PASSWORD the Sentinel connection hangs,
health probes timeout, and the pod gets killed by the liveness probe.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@RafaelPo RafaelPo merged commit 52dd5ca into main Feb 24, 2026
10 checks passed
@RafaelPo RafaelPo deleted the fix/add-redis-password branch February 24, 2026 18:16
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