TrueChartsClone/charts/incubator/icloudpd/values.yaml

47 lines
925 B
YAML

env:
UMASK: "000"
apple_id: your@appleid.com
authentication_type: 2FA
command_line_options: ""
directory_permissions: "777"
file_permissions: "666"
notification_type: ""
prowl_api_key: ""
pushbullet_api_key: ""
synchronisation_interval: "86400"
telegram_chat_id: ""
telegram_token: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/icloudpd
tag: latest@sha256:493d895040c0607ef1f994920ca6b0b25ea61b65beb53604f5417370b7416be8
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /home/user/iCloud
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
portal:
enabled: false