add command
This commit is contained in:
@@ -3,10 +3,10 @@ libation:
|
|||||||
main:
|
main:
|
||||||
type: cronjob
|
type: cronjob
|
||||||
cronjob:
|
cronjob:
|
||||||
suspend: true
|
suspend: false
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
timeZone: US/Central
|
timeZone: US/Central
|
||||||
schedule: "0 0 * * *"
|
schedule: "0 0 0 * *"
|
||||||
startingDeadlineSeconds: 90
|
startingDeadlineSeconds: 90
|
||||||
successfulJobsHistory: 3
|
successfulJobsHistory: 3
|
||||||
failedJobsHistory: 3
|
failedJobsHistory: 3
|
||||||
@@ -37,6 +37,9 @@ libation:
|
|||||||
repository: ubuntu
|
repository: ubuntu
|
||||||
tag: resolute-20251130
|
tag: resolute-20251130
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
command:
|
||||||
|
- "sleep"
|
||||||
|
- "infinity"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|||||||
Reference in New Issue
Block a user