74d6b45f5c
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
18 lines
282 B
YAML
18 lines
282 B
YAML
---
|
|
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
|