Files
infrastructure/clusters/cl01tl/helm/libation/values.yaml
Renovate Bot f87471b5bb
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
render-manifests-merge / render-manifests-merge (pull_request) Failing after 21s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
Update rmcrackan/libation Docker tag to v12.8.0
2025-12-03 22:40:48 +00:00

45 lines
1.0 KiB
YAML

libation:
controllers:
main:
type: cronjob
cronjob:
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "30 4 * * *"
startingDeadlineSeconds: 90
successfulJobsHistory: 3
failedJobsHistory: 3
backoffLimit: 3
parallelism: 1
containers:
main:
image:
repository: rmcrackan/libation
tag: 12.8.0
pullPolicy: IfNotPresent
env:
- name: SLEEP_TIME
value: "-1"
- name: LIBATION_BOOKS_DIR
value: /data
resources:
requests:
cpu: 10m
memory: 128Mi
persistence:
config:
existingClaim: libation-config
advancedMounts:
main:
main:
- path: /config
readOnly: false
data:
existingClaim: libation-nfs-storage
advancedMounts:
main:
main:
- path: /data
readOnly: false