Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9c8ce13fb |
@@ -1,6 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: apps
|
||||
labels:
|
||||
kubernetes.io/metadata.name: apps
|
||||
@@ -10,8 +10,6 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: readarr
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -19,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: readarr
|
||||
image: lscr.io/linuxserver/readarr:latest
|
||||
image: ghcr.io/readarr/readarr:develop
|
||||
ports:
|
||||
- containerPort: 8787
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user