37 lines
595 B
YAML
37 lines
595 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/filezilla
|
|
tag: 3.66.4@sha256:b4b623c1b7f539511205ede43bfe6279e8b0cf9079a7f807c456206ebc53493e
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
securityContext:
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10035
|
|
protocol: http
|
|
targetPort: 3000
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: false
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|