30 lines
493 B
YAML
30 lines
493 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/filezilla
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 3.59.0@sha256:5a476288ff63f4b5fcbb034751c740ce8fe6b23b3dd7e30b8b556a24249115f4
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10035
|
||
|
targetPort: 3000
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|