Compare commits

..

1 Commits

Author SHA1 Message Date
gitea-admin f9c8ce13fb fix(readarr): update image to ghcr.io/readarr/readarr:develop
Validate Manifests / validate (pull_request) Has been cancelled
2026-05-18 23:02:53 +00:00
6 changed files with 4 additions and 12 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
@@ -1,6 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps
labels:
kubernetes.io/metadata.name: apps
+1 -3
View File
@@ -10,8 +10,6 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: readarr app: readarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -19,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: readarr - name: readarr
image: lscr.io/linuxserver/readarr:latest image: ghcr.io/readarr/readarr:develop
ports: ports:
- containerPort: 8787 - containerPort: 8787
name: http name: http