more migration

This commit is contained in:
Martyn 2026-07-31 20:03:46 +02:00
parent 58746a063a
commit c8261312f1
3 changed files with 4 additions and 2 deletions

View file

@ -31,6 +31,8 @@ spec:
volumeMounts:
- name: config
mountPath: /app/config
securityContext:
fsGroup: 1000
volumes:
- name: config
persistentVolumeClaim:

View file

@ -15,7 +15,7 @@ spec:
paths:
- backend:
service:
name: jellyseerr
name: seerr
port:
number: 80
path: /

View file

@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jellyseerr-config-data
name: seerr-config-data
spec:
accessModes:
- ReadWriteOnce