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:ec1e55d4837c3a7fdb59ca2745af4afa1c981663e7d31b7a10c915d8acc02e63
|
|
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
|