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