Commit Graph

3 Commits

Author SHA1 Message Date
Chris Farhood 4705c39523 docs: enhance README with architecture and development details
Added comprehensive documentation including:
- Security hardening details (non-root, seccomp, capabilities)
- Architecture overview (StatefulSets, resources, health checks)
- Local development commands (validation, security, best practices)
- Detailed CI/CD pipeline explanation
- Reference to CLAUDE.md for full documentation

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-08 10:10:05 -05:00
Chris Farhood 43d6bab89e docs: add critical Flux CD deployment notes
Updated CLAUDE.md and README.md to clearly document:
- Repository is deployed via Flux CD
- Manifests use Flux variable substitution
- Variables must NOT be replaced with hardcoded values

This prevents future mistakes with variable substitution.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-08 10:03:47 -05:00
Chris Farhood 6eae4c6fa1 Initial commit 2026-01-17 13:36:02 +00:00