Compare commits
3 Commits
libation-0
...
libation-0
Author | SHA1 | Date | |
---|---|---|---|
72f5ebc567 | |||
e52c5dc8c8 | |||
f08ae85e5c |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.2
|
version: 0.0.4
|
||||||
description: Import library from audible
|
description: Import library from audible
|
||||||
keywords:
|
keywords:
|
||||||
- audiobooks
|
- audiobooks
|
||||||
|
18
charts/libation/README.md
Normal file
18
charts/libation/README.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
## Introduction
|
||||||
|
|
||||||
|
[Libation](https://github.com/rmcrackan/Libation)
|
||||||
|
|
||||||
|
Libation: Liberate your Library. Import library from audible, including cover art
|
||||||
|
|
||||||
|
|
||||||
|
This chart bootstraps a [Libation](https://github.com/benphelps/homepage) CronJob on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- Kubernetes
|
||||||
|
- Helm
|
||||||
|
- CronJob
|
||||||
|
|
||||||
|
## Parameters
|
||||||
|
|
||||||
|
See the [values files](values.yaml).
|
@@ -1,14 +1,13 @@
|
|||||||
libation:
|
job:
|
||||||
job:
|
schedule: "0 * * * *"
|
||||||
schedule: "0 * * * *"
|
image:
|
||||||
image:
|
repository: rmcrackan/libation
|
||||||
repository: rmcrackan/libation
|
tag: "11.1.0"
|
||||||
tag: "11.1.0"
|
pullPolicy: IfNotPresent
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
storageClassName: nfs-client
|
storageClassName: nfs-client
|
||||||
storageSize: 1Gi
|
storageSize: 1Gi
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
books:
|
books:
|
||||||
claimName: libation-nfs-storage
|
claimName: libation-nfs-storage
|
||||||
|
Reference in New Issue
Block a user