network all in smb
This commit is contained in:
15
apps/paperless/networking/smb-ingress-udp-138.yaml
Normal file
15
apps/paperless/networking/smb-ingress-udp-138.yaml
Normal 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
|
Reference in New Issue
Block a user