argo/apps/kavita/email-deployment.yaml
2023-11-05 14:15:41 -05:00

40 lines
1,014 B
YAML

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: {}