We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf343fc commit 8200b7aCopy full SHA for 8200b7a
charts/connector/values.yaml
@@ -15,14 +15,15 @@ image:
15
16
# Define the ports of the connector depending on the listeners you've
17
# configured in Formal Control Plane
18
+# NOTE: Port names are limited to 15 characters by Kubernetes (DNS_LABEL spec)
19
ports:
- # - name: postgres-listener
20
+ # - name: postgres
21
# port: 5432
- # - name: mongodb-listener
22
+ # - name: mongodb
23
# port: 27017
- # - name: kubernetes-listener
24
+ # - name: kubernetes
25
# port: 443
- # - name: ssh-listener
26
+ # - name: ssh
27
# port: 22
28
29
replicaCount: 2
0 commit comments