Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9c8ce13fb |
@@ -18,11 +18,9 @@ spec:
|
||||
containers:
|
||||
- name: readarr
|
||||
image: ghcr.io/readarr/readarr:develop
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8787
|
||||
name: http
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
@@ -30,13 +28,6 @@ spec:
|
||||
value: "1000"
|
||||
- name: TZ
|
||||
value: Etc/UTC
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
@@ -44,6 +35,13 @@ spec:
|
||||
mountPath: /media
|
||||
- name: books
|
||||
mountPath: /books
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
@@ -53,4 +51,4 @@ spec:
|
||||
claimName: media-data
|
||||
- name: books
|
||||
persistentVolumeClaim:
|
||||
claimName: readarr-books
|
||||
claimName: readarr-books
|
||||
Reference in New Issue
Block a user