37 lines
595 B
YAML
37 lines
595 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/filezilla
|
|
tag: 3.66.4@sha256:04a624520c6c98c637b3f8e226130fed66fc962a2cb7f03ec32f54a70ae3e1e4
|
|
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
|