Files
truecharts/charts/stable/googlephotossync/values.yaml
T
2026-02-14 22:35:03 +01:00

37 lines
747 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: ghcr.io/gilesknap/gphotos-sync
tag: 3.2.5@sha256:bd89d1998f932eaa976df171ae2f8d707263a64c75f3676ec2759f1c878abb8e
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /storage
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false