Compare commits
2 Commits
1924aa28cc
...
bb16cd7fd3
Author | SHA1 | Date |
---|---|---|
Martyn | bb16cd7fd3 | |
Martyn | bcc136675f |
|
@ -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…
Reference in New Issue