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: 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