2022-07-20 19:12:54 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
DROPBOX_GID: "100"
|
|
|
|
DROPBOX_UID: "99"
|
2022-07-20 19:12:54 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/dropbox-by-otherguy
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:161b050ceb2b9ff2808bdb8cccb0ee71381b27854a8feeb42ee8bd0064f4ca06
|
2022-07-20 19:12:54 +00:00
|
|
|
persistence:
|
|
|
|
dropboxsettings:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/dropbox/.dropbox
|
|
|
|
dropboxuserfiles:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /opt/dropbox/Dropbox
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: false
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: false
|