Files
truecharts/charts/incubator/send/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

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:71dcab99565e992555e2cfcfd23b3de5d3f7a7b7f65f9ad841ef3b57b41c5ab5
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