Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9c8ce13fb |
@@ -26,4 +26,4 @@ spec:
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
memory: 512Mi
|
||||
@@ -21,4 +21,4 @@ spec:
|
||||
service:
|
||||
name: excalidraw
|
||||
port:
|
||||
number: 80
|
||||
number: 80
|
||||
@@ -10,4 +10,4 @@ spec:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
type: ClusterIP
|
||||
type: ClusterIP
|
||||
@@ -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