Compare commits

..

7 Commits

6 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ spec:
memory: 128Mi memory: 128Mi
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 512Mi
+1 -1
View File
@@ -21,4 +21,4 @@ spec:
service: service:
name: excalidraw name: excalidraw
port: port:
number: 80 number: 80
+1 -1
View File
@@ -10,4 +10,4 @@ spec:
- protocol: TCP - protocol: TCP
port: 80 port: 80
targetPort: 80 targetPort: 80
type: ClusterIP type: ClusterIP
+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