network all in smb
This commit is contained in:
16
apps/paperless/networking/smb-ingress-tcp-445.yaml
Normal file
16
apps/paperless/networking/smb-ingress-tcp-445.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: smb-ingress
|
||||
labels:
|
||||
expose: "false"
|
||||
namespace: paperless
|
||||
spec:
|
||||
entryPoints:
|
||||
- smb-tcp445
|
||||
routes:
|
||||
- match: HostSNI(`*`)
|
||||
services:
|
||||
- name: smb-server-service-tcp445
|
||||
port: 445
|
||||
tls: {}
|
Reference in New Issue
Block a user