2022-07-22 20:19:45 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: registry.gitlab.com/timvisee/send
|
|
|
|
tag: latest@sha256:1ee495161f176946e6e4077e17be2b8f8634c2d502172cc530a8cd5affd7078f
|
2022-07-22 20:19:45 +00:00
|
|
|
persistence:
|
|
|
|
uploadpath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /uploads
|
2023-12-07 14:26:46 +00:00
|
|
|
portal:
|
2023-12-12 15:54:42 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
2022-07-22 20:19:45 +00:00
|
|
|
securityContext:
|
2023-12-07 14:26:46 +00:00
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
2022-07-22 20:19:45 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 1443
|
2023-12-12 15:54:42 +00:00
|
|
|
protocol: tcp
|
2022-07-22 20:19:45 +00:00
|
|
|
targetPort: 1443
|
2023-12-07 14:26:46 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
BASE_URL: http://192.168.0.100:1443
|
|
|
|
FILE_DIR: /uploads
|
|
|
|
MAX_DOWNLOADS: "100"
|
|
|
|
MAX_EXPIRE_SECONDS: "604800"
|
|
|
|
MAX_FILE_SIZE: "2147483648"
|
|
|
|
NODE_ENV: production
|
|
|
|
REDIS_HOST: 192.168.0.100
|
|
|
|
REDIS_PASSWORD: password
|
|
|
|
REDIS_PORT: "6379"
|