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:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: jellyseerr
|
app: jellyseerr
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
@ -18,6 +20,10 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- image: fallenbagel/jellyseerr:1.7.0
|
- image: fallenbagel/jellyseerr:1.7.0
|
||||||
name: jellyseerr
|
name: jellyseerr
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 35m
|
||||||
|
memory: 587804717
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 5055
|
containerPort: 5055
|
||||||
|
|
Loading…
Add table
Reference in a new issue