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
|
||||
namespace: libation
|
||||
spec:
|
||||
suspend: true
|
||||
suspend: false
|
||||
concurrencyPolicy: Forbid
|
||||
startingDeadlineSeconds: 90
|
||||
timeZone: US/Central
|
||||
schedule: "0 0 * * *"
|
||||
schedule: "0 0 0 0 *"
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
jobTemplate:
|
||||
|
||||
@@ -34,7 +34,10 @@ spec:
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- image: ubuntu:resolute-20251130
|
||||
- command:
|
||||
- sleep
|
||||
- infinity
|
||||
image: ubuntu:resolute-20251130
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user