projectsend/deploy/deployment.yaml aktualisiert
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user