Compare commits

..

7 Commits

6 changed files with 12 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps
labels:
kubernetes.io/metadata.name: apps
+3 -1
View File
@@ -10,6 +10,8 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: readarr app: readarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -17,7 +19,7 @@ spec:
spec: spec:
containers: containers:
- name: readarr - name: readarr
image: ghcr.io/readarr/readarr:develop image: lscr.io/linuxserver/readarr:latest
ports: ports:
- containerPort: 8787 - containerPort: 8787
name: http name: http