Automated Manifest Update (#2627)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2627 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2627.
This commit is contained in:
@@ -10,11 +10,11 @@ metadata:
|
|||||||
helm.sh/chart: libation-4.5.0
|
helm.sh/chart: libation-4.5.0
|
||||||
namespace: libation
|
namespace: libation
|
||||||
spec:
|
spec:
|
||||||
suspend: true
|
suspend: false
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
startingDeadlineSeconds: 90
|
startingDeadlineSeconds: 90
|
||||||
timeZone: US/Central
|
timeZone: US/Central
|
||||||
schedule: "0 0 * * *"
|
schedule: "0 0 0 0 *"
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
|
|||||||
@@ -34,7 +34,10 @@ spec:
|
|||||||
hostPID: false
|
hostPID: false
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
containers:
|
containers:
|
||||||
- image: ubuntu:resolute-20251130
|
- command:
|
||||||
|
- sleep
|
||||||
|
- infinity
|
||||||
|
image: ubuntu:resolute-20251130
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user