TrueChartsClone/charts/stable/send/values.yaml

39 lines
886 B
YAML

image:
pullPolicy: IfNotPresent
repository: registry.gitlab.com/timvisee/send
tag: latest@sha256:1ee495161f176946e6e4077e17be2b8f8634c2d502172cc530a8cd5affd7078f
persistence:
uploadpath:
enabled: true
mountPath: /uploads
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 1443
protocol: tcp
targetPort: 1443
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"