35 lines
628 B
YAML
35 lines
628 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/googlephotossync
|
|
tag: latest@sha256:875f90deeecca51ca434499829fb86a41c0b65279005cf0e662d18d6cf533d0f
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
hostpath1:
|
|
enabled: true
|
|
mountPath: /storage
|
|
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
|