Reduce CloudNativePG cluster CPU requests to `50m` across the platform to cut reserved-but-unused CPU. Updated (memory and limits unchanged): - artifactapi, authentik, encapi, paperclip (250m → 50m) - grafana (100m → 50m) - litellm (250m → 50m) Excluded: woodpecker (already 50m), puppet (handled separately). Reviewed-on: #247 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
Adds base manifests and au-syd1 overlay for Paperclip (AI agent orchestration platform), following the litellm deployment pattern. Updates aitooling ApplicationSet to include the paperclip path. Closes #99 Reviewed-on: #100