convert libation to app-template
This commit is contained in:
@@ -1,11 +1,19 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.5
|
version: 1.0.0
|
||||||
|
description: Import library from audible
|
||||||
|
keywords:
|
||||||
|
- audiobooks
|
||||||
|
- job
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/rmcrackan/Libation
|
- https://github.com/rmcrackan/Libation
|
||||||
- https://github.com/alexlebens/helm-charts/charts/libation
|
- https://github.com/alexlebens/helm-charts/charts/libation
|
||||||
|
maintainers:
|
||||||
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: libation
|
- name: app-template
|
||||||
version: 0.0.7
|
alias: libation
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
appVersion: "11.1.0"
|
version: 3.2.1
|
||||||
|
icon: https://getlibation.com/images/libation-logo.png
|
||||||
|
appVersion: "11.3.13"
|
||||||
|
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: libation-nfs-storage
|
name: libation-nfs-storage
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: {{ .Release.Name }}
|
app.kubernetes.io/name: libation-nfs-storage
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
app.kubernetes.io/component: storage
|
app.kubernetes.io/component: storage
|
||||||
|
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: libation-nfs-storage
|
name: libation-nfs-storage
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: {{ .Release.Name }}
|
app.kubernetes.io/name: libation-nfs-storage
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
app.kubernetes.io/component: storage
|
app.kubernetes.io/component: storage
|
||||||
@@ -17,8 +17,8 @@ spec:
|
|||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
nfs:
|
nfs:
|
||||||
path: {{ .Values.storage.storage.nfs.path }}
|
path: /volume2/Storage/Audiobooks/
|
||||||
server: {{ .Values.storage.storage.nfs.server }}
|
server: synologybond.alexlebens.net
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- vers=4
|
- vers=4
|
||||||
- minorversion=1
|
- minorversion=1
|
||||||
|
@@ -1,14 +1,47 @@
|
|||||||
libation:
|
libation:
|
||||||
libation:
|
controllers:
|
||||||
job:
|
main:
|
||||||
schedule: "0 * * * *"
|
type: cronjob
|
||||||
|
cronjob:
|
||||||
|
suspend: false
|
||||||
|
concurrencyPolicy: Forbid
|
||||||
|
timeZone: US/Central
|
||||||
|
schedule: "0 * * * *"
|
||||||
|
startingDeadlineSeconds: 90
|
||||||
|
successfulJobsHistory: 3
|
||||||
|
failedJobsHistory: 3
|
||||||
|
backoffLimit: 3
|
||||||
|
parallelism: 1
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
image:
|
||||||
|
repository: rmcrackan/libation
|
||||||
|
tag: 11.3.13
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
env:
|
||||||
|
- name: SLEEP_TIME
|
||||||
|
value: "-1"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 256Mi
|
||||||
|
serviceAccount:
|
||||||
|
create: true
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
storageClassName: nfs-client
|
storageClass: ceph-block
|
||||||
books:
|
accessMode: ReadWriteOnce
|
||||||
claimName: libation-nfs-storage
|
size: 1Gi
|
||||||
storage:
|
retain: true
|
||||||
storage:
|
advancedMounts:
|
||||||
nfs:
|
main:
|
||||||
path: /volume2/Storage/Audiobooks/
|
main:
|
||||||
server: synologybond.alexlebens.net
|
- path: /config
|
||||||
|
readOnly: false
|
||||||
|
data:
|
||||||
|
existingClaim: libation-nfs-storage
|
||||||
|
advancedMounts:
|
||||||
|
main:
|
||||||
|
main:
|
||||||
|
- path: /data
|
||||||
|
readOnly: false
|
||||||
|
Reference in New Issue
Block a user