24 lines
468 B
YAML
24 lines
468 B
YAML
image:
|
|
repository: tccr.io/truecharts/snapdrop
|
|
tag: latest@sha256:d5b4f03fd73186d5238770bedf0edd9db1c3b1cbb9ec5e3c2284b7afd255dcc5
|
|
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
|