deploy syncthing

This commit is contained in:
2023-12-30 10:30:05 +01:00
parent d51bfcf7db
commit 26b06c553a
10 changed files with 128 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: rss-ingressroute
spec:
entryPoints:
- websecure
routes:
- match: Host(`syncthing.kluster.moll.re`)
kind: Rule
services:
- name: syncthing-web
port: 8384
tls:
certResolver: default-tls