25 lines
437 B
YAML
25 lines
437 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/snapdrop
|
||
|
tag: latest@sha256:a57ce275830b48b7cb29b404a68e4958266eaf538a46442839451e77c7d19a41
|
||
|
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"
|