From 546ff390c702a7fdc677f51676b9fb1369fe728c Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Wed, 7 Jan 2026 09:55:24 +0000 Subject: [PATCH] projectsend/deploy/deployment.yaml aktualisiert --- projectsend/deploy/deployment.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/projectsend/deploy/deployment.yaml b/projectsend/deploy/deployment.yaml index dfc1a1b..a7a80dd 100644 --- a/projectsend/deploy/deployment.yaml +++ b/projectsend/deploy/deployment.yaml @@ -17,16 +17,13 @@ spec: spec: containers: - name: projectsend - env: + image: lscr.io/linuxserver/projectsend:latestenv: - name: TZ value: Europe/Berlin - name: PUID value: '1000' - name: PGID value: '1000' - image: lscr.io/linuxserver/projectsend:latest - ports: - - containerPort: 80 volumeMounts: - name: config mountPath: /config @@ -38,4 +35,4 @@ spec: claimName: projectsend-config - name: data persistentVolumeClaim: - claimName: projectsend-data + claimName: projectsend-data \ No newline at end of file