Files
infrastructure/clusters/cl01tl/helm/libation/values.yaml
Alex Lebens a7f63eafe0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 26s
lint-test-helm / validate-kubeconform (pull_request) Successful in 42s
render-manifests / render-manifests (pull_request) Successful in 49s
feat: refactor apps
2026-04-03 19:49:30 -05:00

78 lines
1.8 KiB
YAML

libation:
controllers:
main:
type: cronjob
cronjob:
suspend: false
timeZone: America/Chicago
schedule: 0 0 1 1 *
backoffLimit: 3
parallelism: 1
containers:
main:
image:
repository: rmcrackan/libation
tag: 13.3.2@sha256:d1c45260f3ba34b0fb1432c2b51763e00c5174864961856c1c31e7f2b0c3a39e
env:
- name: SLEEP_TIME
value: "-1"
- name: LIBATION_BOOKS_DIR
value: /data
resources:
requests:
cpu: 10m
memory: 32Mi
debug:
type: deployment
replicas: 0
strategy: Recreate
containers:
main:
image:
repository: ubuntu
tag: resolute-20260401@sha256:a072b64036a738e55bff8f9a9682cbb893bf20c213772effc1de8dee8df1cea9
command:
- "sleep"
- "infinity"
resources:
requests:
cpu: 10m
memory: 32Mi
persistence:
config:
forceRename: libation
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 500Mi
advancedMounts:
main:
main:
- path: /config
readOnly: false
debug:
main:
- path: /config
readOnly: false
audiobooks:
existingClaim: libation-nfs-storage
advancedMounts:
main:
main:
- path: /data
readOnly: false
debug:
main:
- path: /data
readOnly: false
volsync-target-config:
pvcTarget: libation
local:
enabled: true
schedule: 32 8 * * *
remote:
enabled: true
schedule: 32 9 * * *
external:
enabled: true
schedule: 32 10 * * *