33 lines
560 B
YAML
33 lines
560 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/filezilla
|
|
tag: 3.68.1@sha256:33bcc4273aba1d960e04be2f18754f571c9980932e0d29f7f838ef8e6b47bffb
|
|
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
|