34 lines
647 B
YAML
34 lines
647 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: remie/youtransfer
|
|
tag: latest@sha256:997c185ababe175843c9f0336d09d145f3b7f8218a26785181d39470cd64d852
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /opt/youtransfer/config
|
|
hostpath3:
|
|
enabled: true
|
|
mountPath: /opt/youtransfer/uploads
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5000
|
|
protocol: tcp
|
|
targetPort: 5000
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env: {}
|