Files
truecharts/charts/stable/borg-server/values.yaml
T

44 lines
914 B
YAML

image:
repository: ghcr.io/anotherstranger/borg-server
pullPolicy: IfNotPresent
tag: 2.6.18@sha256:8384fcdfa57d0b741e2b7e326f0c1f6079a1662f60453dd5ec772c9250f2aa77
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: tcp
targetPort: 22
port: 8022
workload:
main:
podSpec:
containers:
main:
env:
BORG_UID: "{{ .Values.securityContext.container.PUID }}"
BORG_GID: "{{ .Values.securityContext.pod.fsGroup }}"
securityContext:
capabilities:
add:
- SYS_CHROOT
- KILL
persistence:
borg:
enabled: true
mountPath: "/var/lib/docker-borg"
backups:
enabled: true
mountPath: "/home/borg/backups"
ssh:
enabled: true
mountPath: "/home/borg/.ssh"