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