Compare commits
2 commits
7ca8b1f112
...
fc1d93eb18
Author | SHA1 | Date | |
---|---|---|---|
fc1d93eb18 | |||
aab83743be |
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: jellyseerr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
@ -18,6 +20,10 @@ spec:
|
|||
containers:
|
||||
- image: fallenbagel/jellyseerr:1.7.0
|
||||
name: jellyseerr
|
||||
resources:
|
||||
requests:
|
||||
cpu: 35m
|
||||
memory: 587804717
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 5055
|
||||
|
|
Loading…
Add table
Reference in a new issue