Compare commits
2 commits
b11aa1c266
...
154f2a9be3
Author | SHA1 | Date | |
---|---|---|---|
154f2a9be3 | |||
5f3582b379 |
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,8 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: sonarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@ -21,6 +23,10 @@ spec:
|
|||
- containerPort: 8989
|
||||
name: http
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 628694953
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
|
|
Loading…
Add table
Reference in a new issue