Files
kubernetes/prod/nextcloud/collabora-ingressrouteTCP.yaml
2026-05-31 16:07:30 +02:00

16 lines
300 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: collabora-tls
namespace: nextcloud
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`collabora-prod.allarddcs.nl`)
services:
- name: collabora
port: 9980
tls:
passthrough: true