Commit Graph

10 Commits

Author SHA1 Message Date
Chris Farhood 87c03682c4 feat(irc): add Istio ambient mode, waypoint, and AuthorizationPolicies
Best Practices / Polaris Audit (push) Has been cancelled
Best Practices / Resource Usage Analysis (push) Has been cancelled
Best Practices / PR Summary Report (push) Has been cancelled
Best Practices / Polaris PR Review (push) Has been cancelled
Security Scan / Trivy Security Scan (push) Has been cancelled
Security Scan / Trivy PR Review (push) Has been cancelled
Security Scan / Checkov IaC Scan (push) Has been cancelled
Security Scan / Checkov PR Review (push) Has been cancelled
Validate Manifests / YAML Lint (push) Has been cancelled
Validate Manifests / Kustomize Build Test (push) Has been cancelled
Validate Manifests / Kubernetes Schema Validation (push) Has been cancelled
Best Practices / Kube-score Analysis (push) Has been cancelled
- Add namespace.yaml with istio ambient + waypoint labels
- Add waypoint Gateway (istio-waypoint) scoped to irc namespace
- Switch thelounge HTTPRoute from Cilium external to istio-external gateway
- Add AuthorizationPolicy for thelounge (allow inbound from gateway-system only)
- Add AuthorizationPolicy for znc (allow all on port 6501 for IRC clients)
- Add namespace: irc to root kustomization, remove dependency on targetNamespace

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-05-15 21:02:10 -04:00
Chris Farhood 9a6c78680b fix: correct YAML indentation and add missing newlines
- Fix indentation in service.yaml files (thelounge and znc)
- Fix indentation in statefulset.yaml (thelounge)
- Add missing newlines at end of files
- Resolves yamllint errors from CI/CD workflows

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:52:50 -05:00
Chris Farhood 49604641a5 add some future references 2026-01-18 08:36:54 -05:00
Chris Farhood 877696c827 all done? 2026-01-17 12:27:44 -05:00
Chris Farhood 22349645da try network policy again 2026-01-17 12:11:18 -05:00
Chris Farhood 5494e4125a remove network policy 2026-01-17 12:04:38 -05:00
Chris Farhood e22f22a3f8 apply a network policy to stop rfc1918 2026-01-17 11:50:59 -05:00
Chris Farhood 2516f0a47f adjust security settings 2026-01-17 11:26:10 -05:00
Chris Farhood 504c3cd3c0 add example configmap.yaml 2026-01-17 09:03:19 -05:00
Chris Farhood 6c0c269520 initial commit 2026-01-17 08:40:50 -05:00