- Use HTTPS api.fuq.tv instead of internal service URL - Update MCP endpoint to /api/mcp (HTTP endpoints) - Increase resources: 500m-2000m CPU, 1-4Gi RAM - Add serviceAccount for RBAC - Update secrets template Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
803 B
803 B
Agent Deployment
Prerequisites
- Create namespace:
kubectl apply -f namespace.yaml
- Copy registry secret to agents namespace:
kubectl get secret gitea-registry -n control-plane -o yaml | \
sed 's/namespace: control-plane/namespace: agents/' | \
kubectl apply -f -
- Create agent secrets (replace with actual values):
kubectl create secret generic agent-secrets -n agents \
--from-literal=anthropic-api-key='YOUR_ANTHROPIC_API_KEY' \
--from-literal=gitea-token='159a5de2a16d15f33e388b55b1276e431dbca3f3'
Deploy
kubectl apply -f deployment.yaml
Verify
kubectl get pods -n agents
kubectl logs -f -n agents deployment/claude-agent
Check agent registration
curl -s https://api.fuq.tv/api/agents | jq