TrueChartsClone/charts/stable/snapdrop/values.yaml

24 lines
461 B
YAML

image:
repository: linuxserver/snapdrop
tag: latest@sha256:efcae86293f1e190e4b953814fd53cbb3173f174f15315c1d0b1258820e76904
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10215
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0