This commit is contained in:
Stavros kois
2023-02-13 19:40:22 +02:00
parent dd847657da
commit f0885c8455
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ service:
workload:
main:
enabled: true
primary: true
type: CronJob
schedule: "*/1 * * * *"
podSpec:

View File

@@ -16,6 +16,8 @@ service:
workload:
main:
enabled: true
primary: true
type: Job
podSpec:
restartPolicy: Never