projectsend/deploy/deployment.yaml aktualisiert
This commit is contained in:
@@ -17,16 +17,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: projectsend
|
- name: projectsend
|
||||||
env:
|
image: lscr.io/linuxserver/projectsend:latestenv:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/Berlin
|
value: Europe/Berlin
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: '1000'
|
value: '1000'
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: '1000'
|
value: '1000'
|
||||||
image: lscr.io/linuxserver/projectsend:latest
|
|
||||||
ports:
|
|
||||||
- containerPort: 80
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
@@ -38,4 +35,4 @@ spec:
|
|||||||
claimName: projectsend-config
|
claimName: projectsend-config
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: projectsend-data
|
claimName: projectsend-data
|
||||||
Reference in New Issue
Block a user