mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Uploads
This commit is contained in:
@@ -95,6 +95,9 @@ spec:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: links-local-pvc
|
||||
- name: uploads
|
||||
persistentVolumeClaim:
|
||||
claimName: uploads-nfs-apps
|
||||
- name: cache
|
||||
emptyDir: {}
|
||||
initContainers:
|
||||
@@ -117,9 +120,13 @@ spec:
|
||||
mountPath: /app/.cache
|
||||
- name: downloads
|
||||
mountPath: /images
|
||||
- name: uploads
|
||||
mountPath: /uploads
|
||||
env:
|
||||
- name : DEBUG
|
||||
value: "false"
|
||||
- name: FILE_UPLOADS_FOLDER
|
||||
value: "/uploads"
|
||||
- name: R2_CUSTOM_DOMAIN
|
||||
value: home-links-prod.junv.cc
|
||||
- name: DB_HOST
|
||||
|
||||
Reference in New Issue
Block a user