mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
First commit
This commit is contained in:
20
deploy/k8s/evaluator/cronjob.yaml
Normal file
20
deploy/k8s/evaluator/cronjob.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
metadata:
|
||||
name: agent-framework-evaluator
|
||||
spec:
|
||||
schedule: "0 2 * * *"
|
||||
suspend: true
|
||||
concurrencyPolicy: Forbid
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: evaluator
|
||||
image: agent-framework-evaluator:latest
|
||||
command: ["python", "-m", "evaluator.cli", "run-agents", "--source", "langfuse"]
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: agent-framework-evaluator-env
|
||||
Reference in New Issue
Block a user