Files
fleet-infra/apps/syncthing/ingress.yaml

27 lines
727 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: syncthing
namespace: syncthing
annotations:
external-dns.alpha.kubernetes.io/target: michaelthomson.ddns.net
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: syncthing.michaelthomson.dev
http:
paths:
- pathType: ImplementationSpecific
path: /
backend:
service:
name: syncthing
port:
name: http
tls:
- hosts:
- syncthing.michaelthomson.dev
secretName: letsencrypt-wildcard-cert-michaelthomson.dev