Files
truecharts/charts/incubator/filegator/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

40 lines
817 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/filegator
tag: latest@sha256:e361f946c8b090c7e52c7c8b33a9f2dbdb14d0485fb50a9281e0f5e4e1f9a527
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /data
storageconfigfile:
enabled: true
mountPath: /var/www/localhost/filegator/configuration.php
readOnly: true
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8048
protocol: HTTP
targetPort: 80
webuihttps:
enabled: true
ports:
webuihttps:
enabled: true
port: 8049
protocol: TCP
targetPort: 443