File tree Expand file tree Collapse file tree 1 file changed +39
-39
lines changed Expand file tree Collapse file tree 1 file changed +39
-39
lines changed Original file line number Diff line number Diff line change @@ -15,42 +15,42 @@ spec:
15
15
app : samba-ad
16
16
spec :
17
17
containers :
18
- - name : samba-ad
19
- image : quay.io/samba.org/samba-ad-server:latest
20
- securityContext :
21
- capabilities :
22
- add : ["SYS_ADMIN"]
23
- ports :
24
- # https://wiki.samba.org/index.php/Samba_AD_DC_Port_Usage
25
- - containerPort : 53
26
- name : dns
27
- - containerPort : 135
28
- name : epm
29
- protocol : TCP
30
- - containerPort : 137
31
- name : netbios-ns
32
- protocol : UDP
33
- - containerPort : 138
34
- name : netbios-dgram
35
- protocol : UDP
36
- - containerPort : 139
37
- name : netbios-session
38
- protocol : TCP
39
- - containerPort : 389
40
- name : ldap
41
- - containerPort : 445
42
- name : smb
43
- protocol : TCP
44
- - containerPort : 464
45
- name : kerberos
46
- - containerPort : 636
47
- name : ldaps
48
- protocol : TCP
49
- - containerPort : 3268
50
- name : gc
51
- protocol : TCP
52
- - containerPort : 3269
53
- name : gc-ssl
54
- protocol : TCP
55
- # need 49152-65535 for dynamic RPC ports
56
- # but currently not possible to specify ranges
18
+ - name : samba-ad
19
+ image : quay.io/samba.org/samba-ad-server:latest
20
+ securityContext :
21
+ capabilities :
22
+ add : ["SYS_ADMIN"]
23
+ ports :
24
+ # https://wiki.samba.org/index.php/Samba_AD_DC_Port_Usage
25
+ - containerPort : 53
26
+ name : dns
27
+ - containerPort : 135
28
+ name : epm
29
+ protocol : TCP
30
+ - containerPort : 137
31
+ name : netbios-ns
32
+ protocol : UDP
33
+ - containerPort : 138
34
+ name : netbios-dgram
35
+ protocol : UDP
36
+ - containerPort : 139
37
+ name : netbios-session
38
+ protocol : TCP
39
+ - containerPort : 389
40
+ name : ldap
41
+ - containerPort : 445
42
+ name : smb
43
+ protocol : TCP
44
+ - containerPort : 464
45
+ name : kerberos
46
+ - containerPort : 636
47
+ name : ldaps
48
+ protocol : TCP
49
+ - containerPort : 3268
50
+ name : gc
51
+ protocol : TCP
52
+ - containerPort : 3269
53
+ name : gc-ssl
54
+ protocol : TCP
55
+ # need 49152-65535 for dynamic RPC ports
56
+ # but currently not possible to specify ranges
You can’t perform that action at this time.
0 commit comments