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