Compare commits
4 Commits
154f2a9be3
...
c05f4eeda2
Author | SHA1 | Date |
---|---|---|
Martyn | c05f4eeda2 | |
Martyn | bbdb370c1d | |
Martyn | e97e1a1ef8 | |
Martyn | 5598acf721 |
|
@ -9,6 +9,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: bazarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
@ -22,6 +24,9 @@ spec:
|
|||
- name: http
|
||||
containerPort: 6767
|
||||
protocol: TCP
|
||||
resources:
|
||||
cpu: 25m
|
||||
memory: 380258472
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
|
|
|
@ -9,6 +9,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: radarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
@ -23,6 +25,10 @@ spec:
|
|||
- containerPort: 7878
|
||||
name: http
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 920733364
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
|
|
Loading…
Reference in New Issue