35 lines
727 B
YAML
35 lines
727 B
YAML
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"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/send
|
|
tag: latest@sha256:3a83cf589bde4f7110bd6d891e563956140f4a307e9312d7c387bbfdee8a8123
|
|
persistence:
|
|
uploadpath:
|
|
enabled: true
|
|
mountPath: /uploads
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1443
|
|
protocol: TCP
|
|
targetPort: 1443
|
|
|
|
portal:
|
|
enabled: true
|