41 lines
870 B
YAML
41 lines
870 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: lnxd/github-backup
|
|
tag: latest@sha256:029a39d990316e7df10ed5c29fcd722f9736b35d801773955b095492d6e1ff36
|
|
persistence:
|
|
backuplocation:
|
|
enabled: true
|
|
mountPath: /home/docker/backups
|
|
config:
|
|
enabled: true
|
|
mountPath: /home/docker/github-backup/config/
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SCHEDULE: "3600"
|
|
TOKEN: 1a2b3c4d5e6f71a2b3c4d5e6f71a2b3c4d5e6f7b
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|