TrueChartsClone/charts/stable/borg-server/values.yaml

48 lines
949 B
YAML

image:
repository: ghcr.io/anotherstranger/borg-server
pullPolicy: IfNotPresent
tag: 2.6.2@sha256:9fdf995effa2d720a96ac8516075463a9873fc134a0d19a6e495e907493bb09b
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"
portal:
open:
enabled: false