autojanet/k8s/manifests/namespace.yaml
Zoë cf8832c79c feat: initial platform scaffold
- 19 agent definition files with role, responsibilities, secrets, tools, constraints
- k8s manifests: namespace, ServiceAccounts, RBAC, NetworkPolicies, Job template, dispatcher CronJob
- dispatcher: Python CronJob that claims Vikunja Todo tasks and spawns agent Jobs
- container: Dockerfile + entrypoint bootstrapping OpenBao auth and opencode runtime
- Separate Dockerfile.dispatcher for the lightweight dispatcher image
2026-05-30 14:19:09 -07:00

7 lines
148 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: autojanet
labels:
app.kubernetes.io/name: autojanet
app.kubernetes.io/managed-by: argocd