chore(apps): add kavita
This commit is contained in:
parent
7896171b41
commit
11d2dc44d1
14 changed files with 318 additions and 0 deletions
52
apps/kavita/base/email-deployment.yaml
Normal file
52
apps/kavita/base/email-deployment.yaml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f docker-compose.yml
|
||||
kompose.version: 1.31.2 (HEAD)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: kavita-email
|
||||
name: kavita-email
|
||||
spec:
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: kavita-email
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f docker-compose.yml
|
||||
kompose.version: 1.31.2 (HEAD)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.network/ebooks-default: "true"
|
||||
io.kompose.service: kavita-email
|
||||
app.kubernetes.io/name: kavita-email
|
||||
spec:
|
||||
containers:
|
||||
- image: jvmilazz0/kavitaemail:latest
|
||||
name: kavita-email
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
containerPort: 5003
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/test
|
||||
port: http
|
||||
initialDelaySeconds: 30
|
||||
failureThreshold: 5
|
||||
periodSeconds: 5
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/config
|
||||
name: email-config
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: email-config
|
||||
persistentVolumeClaim:
|
||||
claimName: kavita-email-config-pvc
|
||||
status: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue