25 lines
437 B
YAML
25 lines
437 B
YAML
image:
|
|
repository: tccr.io/truecharts/snapdrop
|
|
tag: latest@sha256:2611f800c0a484ac4efbcccfa84bb14072a595324ab6d8cc708d176c79e3e184
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10215
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|