feat: deploy paperclip to au-syd1 via ArgoCD (aitooling project) (#100)

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
This commit was merged in pull request #100.
This commit is contained in:
2026-05-02 21:27:51 +10:00
parent fe714694bf
commit e156cd10bd
11 changed files with 332 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: paperclip
namespace: paperclip
spec:
internalTrafficPolicy: Cluster
ports:
- name: http
port: 3100
protocol: TCP
targetPort: http
selector:
app: paperclip
sessionAffinity: None
type: ClusterIP