chore(media): rearrange kavita location
This commit is contained in:
parent
c435749c8f
commit
32772442e8
7 changed files with 1 additions and 1 deletions
40
apps/kavita/email-deployment.yaml
Normal file
40
apps/kavita/email-deployment.yaml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
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: email
|
||||
name: email
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: 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: email
|
||||
spec:
|
||||
containers:
|
||||
- image: kizaing/kavitaemail:latest
|
||||
name: kavita-email
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/config
|
||||
name: kavita-email-config-pvc
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: kavita-email-claim
|
||||
persistentVolumeClaim:
|
||||
claimName: kavita-email-config-pvc
|
||||
status: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue