This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
irc/README.md
T
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

20 lines
591 B
Markdown

# irc
Kubernetes manifests for IRC applications, deployed via Flux CD.
## Applications
- **The Lounge** - Modern web IRC client
- **ZNC** - IRC bouncer
## Deployment
This repository is deployed to Kubernetes using **Flux CD** with variable substitution. Configuration variables (e.g., hostnames) are provided via ConfigMaps at deployment time.
## CI/CD
Automated validation and security scanning via Gitea Actions:
- YAML linting and Kustomize validation
- Kubernetes schema validation (kubeconform)
- Security scanning (Trivy, Checkov)
- Best practices analysis (kube-score, Polaris)