Skip to content

Commit 44e628b

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tests: reformat yaml file to eliminate yamllint warnings
Signed-off-by: John Mulligan <[email protected]>
1 parent c4e56e1 commit 44e628b

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

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

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -15,47 +15,47 @@ spec:
1515
app: samba-ad
1616
spec:
1717
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

0 commit comments

Comments
 (0)