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