apiVersion: v1 kind: ConfigMap metadata: name: -config namespace: agents data: # ─── Self-registration (docs/registration.md) ───────────────────────── REGISTRY_URL: "http://agent-gateway.agents.svc.cluster.local" AGENT_SELF_URL: "http://.agents.svc.cluster.local" # ─── Server ─────────────────────────────────────────────────────────── LOG_LEVEL: "INFO" PORT: "8000" # ─── LLM (delete if your agent does not call an LLM) ────────────────── AZURE_OPENAI_DEPLOYMENT: "gpt-4o" AZURE_OPENAI_API_VERSION: "2024-08-01-preview"