28 lines
462 B
YAML
28 lines
462 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/snapdrop
|
||
|
tag: latest@sha256:6a35c8f199146f27dede7260517766b23a74d3cd048a3669189f072bd454138c
|
||
|
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"
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|