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