Kong key-auth rejected the Authorization: Bearer header every OpenAI-SDK-compatible client sends (verified: raw apikey header works, Bearer doesn't), so it's commented out and stripped from every llm-routes.yaml annotation until there's a Bearer-compatible fix. agent-pod now clones and builds the agent-manager fork from source at container start (no prebuilt binary shipped -- wrong arch and over ConfigMap's size cap) and ships coordinator.js alongside hub.js, so multiple repos can run the pipeline concurrently in one pod via kubectl exec. hub.js keeps its existing role as the container's foreground process, unchanged.
13 lines
287 B
YAML
13 lines
287 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: agent-pod
|
|
resources:
|
|
- deployment.yaml
|
|
- configmap.yaml
|
|
- hub-configmap.yaml
|
|
- coordinator-configmap.yaml
|
|
- pi-skills-configmap.yaml
|
|
- ssh-configmap.yaml
|
|
- hub-service.yaml
|
|
- console-ingress.yaml
|