Skip to content

Commit 72b1bf1

Browse files
spuiukphlogistonjohn
authored andcommitted
Update port list for samba-ad deployment
Export port 88/tcp and 88/udp for kerberos services. Also label port 464 for service kpasswd. Signedned-off-by: Sachin Prabhu <[email protected]>
1 parent b24cbe2 commit 72b1bf1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/files/samba-ad-server-deployment.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ spec:
2525
# https://wiki.samba.org/index.php/Samba_AD_DC_Port_Usage
2626
- containerPort: 53
2727
name: dns
28+
- containerPort: 88
29+
name: kerberos
30+
protocol: TCP
31+
- containerPort: 88
32+
name: kerberosu
33+
protocol: UDP
2834
- containerPort: 135
2935
name: epm
3036
protocol: TCP
@@ -43,7 +49,7 @@ spec:
4349
name: smb
4450
protocol: TCP
4551
- containerPort: 464
46-
name: kerberos
52+
name: kpasswd
4753
- containerPort: 636
4854
name: ldaps
4955
protocol: TCP

0 commit comments

Comments
 (0)