You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
733 B
YAML

11 months ago
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: syncthing
namespace: syncthing
spec:
releaseName: syncthing
chart:
spec:
chart: syncthing
sourceRef:
kind: HelmRepository
name: k8s-home-lab
namespace: repos
interval: 60m
install:
remediation:
retries: 3
values:
persistence:
11 months ago
data:
enabled: true
storageClass: ebs-hdd
accessMode: ReadWriteOnce
size: 200Gi
service:
main:
ports:
http:
port: 8384
listen:
port: 22000
discovery:
port: 21027
listen:
enabled: false
discovery:
enabled: false