"Updates"

This commit is contained in:
2026-07-06 18:25:26 +02:00
parent 591063b43b
commit 01f6b2bdfc
78 changed files with 2766 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.38.0 (a8f5d1cbd)
labels:
io.kompose.service: wizarr
name: wizarr
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: wizarr
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.38.0 (a8f5d1cbd)
labels:
io.kompose.service: wizarr
spec:
containers:
- image: ghcr.io/wizarrrr/wizarr:latest
name: wizarr
ports:
- containerPort: 5690
protocol: TCP
volumeMounts:
- mountPath: /data/database
name: wizarr
restartPolicy: Always
volumes:
- name: wizarr
persistentVolumeClaim:
claimName: wizarr