Try adding the samba server
This commit is contained in:
12
clusters/kairos/samba/service.yaml
Normal file
12
clusters/kairos/samba/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: samba
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app.kubernetes.io/name: samba
|
||||
ports:
|
||||
- name: smb
|
||||
port: 445
|
||||
targetPort: 445
|
||||
Reference in New Issue
Block a user