network all in smb

This commit is contained in:
2024-04-04 18:44:30 +02:00
parent b996347598
commit 0edc7aac2a
10 changed files with 102 additions and 12 deletions

View File

@ -0,0 +1,15 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteUDP
metadata:
name: smb-ingress-udp138
labels:
expose: "false"
namespace: paperless
spec:
entryPoints:
- smb-udp138
routes:
- match: HostSNI(`*`)
services:
- name: smb-server-service-udp138
port: 138