39 lines
900 B
YAML
39 lines
900 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: registry.gitlab.com/timvisee/send
|
|
tag: latest@sha256:1ee495161f176946e6e4077e17be2b8f8634c2d502172cc530a8cd5affd7078f
|
|
persistence:
|
|
uploadpath:
|
|
enabled: true
|
|
mountPath: /uploads
|
|
portal:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsNonRoot: false
|
|
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"
|