Compare commits

..

7 Commits

6 changed files with 20 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps
labels:
kubernetes.io/metadata.name: apps
+10 -10
View File
@@ -10,6 +10,8 @@ spec:
selector:
matchLabels:
app: readarr
strategy:
type: Recreate
template:
metadata:
labels:
@@ -17,12 +19,10 @@ spec:
spec:
containers:
- name: readarr
image: ghcr.io/readarr/readarr:develop
imagePullPolicy: IfNotPresent
image: lscr.io/linuxserver/readarr:latest
ports:
- containerPort: 8787
name: http
protocol: TCP
env:
- name: PUID
value: "1000"
@@ -30,13 +30,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 +37,13 @@ spec:
mountPath: /media
- name: books
mountPath: /books
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
volumes:
- name: config
persistentVolumeClaim: