Skip to content

Commit 8200b7a

Browse files
committed
Document Kubernetes ports 15-character limit
1 parent cf343fc commit 8200b7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

charts/connector/values.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ image:
1515

1616
# Define the ports of the connector depending on the listeners you've
1717
# configured in Formal Control Plane
18+
# NOTE: Port names are limited to 15 characters by Kubernetes (DNS_LABEL spec)
1819
ports:
19-
# - name: postgres-listener
20+
# - name: postgres
2021
# port: 5432
21-
# - name: mongodb-listener
22+
# - name: mongodb
2223
# port: 27017
23-
# - name: kubernetes-listener
24+
# - name: kubernetes
2425
# port: 443
25-
# - name: ssh-listener
26+
# - name: ssh
2627
# port: 22
2728

2829
replicaCount: 2

0 commit comments

Comments
 (0)