From 839781c471b98a3b672e2a7f9f028e9fadc47a40 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 26 Jan 2025 18:36:55 +0000 Subject: [PATCH] Update the service --- clusters/kairos/samba/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/kairos/samba/service.yaml b/clusters/kairos/samba/service.yaml index 75f6631..8b74631 100644 --- a/clusters/kairos/samba/service.yaml +++ b/clusters/kairos/samba/service.yaml @@ -8,6 +8,6 @@ spec: selector: app.kubernetes.io/name: samba ports: - - name: smb + - protocol: TCP port: 445 targetPort: 445 \ No newline at end of file