- 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
7 lines
148 B
YAML
7 lines
148 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: autojanet
|
|
labels:
|
|
app.kubernetes.io/name: autojanet
|
|
app.kubernetes.io/managed-by: argocd
|