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.

55 lines
1.0 KiB
YAML

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:
data:
enabled: true
storageClass: ebs-hdd
accessMode: ReadWriteOnce
size: 200Gi
resources:
requests:
memory: 512Mi
limits:
memory: 1Gi
service:
main:
ports:
http:
port: 8384
listen:
enabled: true
type: ClusterIP
externalTrafficPolicy: null
ports:
listen:
protocol: TCP
port: 22000
discovery:
enabled: true
type: ClusterIP
externalTrafficPolicy: null
ports:
discovery:
protocol: UDP
port: 21027