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: volumeMounts:
- name: config - name: config
mountPath: /app/config mountPath: /app/config
securityContext:
fsGroup: 1000
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:

View file

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

View file

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