Skip to content

Commit ddfd78d

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
examples: reformat yaml file to remove yamllint warnings
Signed-off-by: John Mulligan <[email protected]>
1 parent ff37e3e commit ddfd78d

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

examples/kubernetes/samba-ad-server-deployment.yml

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

0 commit comments

Comments
 (0)