Compare commits
No commits in common. "c05f4eeda22a695a0ef7bc20fc13bb40e56a39a4" and "154f2a9be346b7215a74530132ab0d6ba76bfd83" have entirely different histories.
c05f4eeda2
...
154f2a9be3
|
@ -9,8 +9,6 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: bazarr
|
app: bazarr
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
@ -24,9 +22,6 @@ spec:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 6767
|
containerPort: 6767
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
|
||||||
cpu: 25m
|
|
||||||
memory: 380258472
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|
|
@ -9,8 +9,6 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: radarr
|
app: radarr
|
||||||
strategy:
|
|
||||||
type: Recreate
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
@ -25,10 +23,6 @@ spec:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 25m
|
|
||||||
memory: 920733364
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
|
|
Loading…
Reference in New Issue