more migration
This commit is contained in:
parent
58746a063a
commit
c8261312f1
3 changed files with 4 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ spec:
|
|||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/config
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: jellyseerr
|
||||
name: seerr
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jellyseerr-config-data
|
||||
name: seerr-config-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue