Compare commits
2 Commits
libation-0
...
libation-0
Author | SHA1 | Date | |
---|---|---|---|
f08ae85e5c | |||
4988c82be2 |
@@ -1,9 +1,10 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.1
|
version: 0.0.3
|
||||||
description: Chart for benphelps homepage
|
description: Import library from audible
|
||||||
keywords:
|
keywords:
|
||||||
- dashboard
|
- audiobooks
|
||||||
|
- job
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/rmcrackan/Libation
|
- https://github.com/rmcrackan/Libation
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@@ -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