Files
2026-02-14 22:35:03 +01:00

23 lines
489 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: lscr.io/linuxserver/snapdrop
tag: latest@sha256:9197bed844bf29da1c763dd2588a958a9369069b14056b366ce4fb7efc6b4356
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10215
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0