scale-catalog/stable/borg-server/4.9.14/ix_values.yaml
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

48 lines
949 B
YAML

image:
repository: ghcr.io/anotherstranger/borg-server
pullPolicy: IfNotPresent
tag: 2.3.1@sha256:d4c25f2567ec1e3724924c8335ea4b08a404ef282ed32458f8b943f7d1cbe0b5
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