Compare commits
2 commits
1924aa28cc
...
bb16cd7fd3
Author | SHA1 | Date | |
---|---|---|---|
bb16cd7fd3 | |||
bcc136675f |
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: lidarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
@ -18,6 +20,10 @@ spec:
|
|||
containers:
|
||||
- image: hotio/lidarr:release
|
||||
name: lidarr
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 1939879381
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 7878
|
||||
|
|
Loading…
Add table
Reference in a new issue