network all in smb
This commit is contained in:
15
apps/paperless/networking/smb-service-udp138.yaml
Normal file
15
apps/paperless/networking/smb-service-udp138.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: smb-server-service-udp138
|
||||
namespace: paperless
|
||||
labels:
|
||||
app: smb-server-service-udp138
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 138
|
||||
protocol: UDP
|
||||
targetPort: 138
|
||||
selector:
|
||||
app: smb-server
|
Reference in New Issue
Block a user