mirror of
https://github.com/hoshikawa2/agent_framework_oci_evaluator.git
synced 2026-07-09 18:34:20 +00:00
first commit
This commit is contained in:
20
k8s/cronjob.yaml
Normal file
20
k8s/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