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