Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion k8s/helm/commonly/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,15 @@ agents:
# The AgentInstallation row this pod's runtime token is bound to.
# podId = Team Orchestration Demo pod (where Cody lives).
podId: 69f841a9063269526de0437c
# Registry agentName for Cody's install. `cloud-codex` was the
# original plan but isn't in AGENT_TYPES, so the periodic cleanup
# sweep marks any install with that agentName as `status: stale`
# and the mention service stops routing to it. `codex` IS in
# AGENT_TYPES (mapped to runtime: 'codex') so the install stays
# active across reprovisions.
registryAgentName: codex
agentInstanceId: cody
adapter: codex
instanceKey: dev
storage: 1Gi
tokenSecret: cloud-codex-cody-token

Expand Down
Loading