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: workload:
main: main:
enabled: true
primary: true
type: CronJob type: CronJob
schedule: "*/1 * * * *" schedule: "*/1 * * * *"
podSpec: podSpec:

View File

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