Add example of routing non HTTP TCP traffic with Helm Chart

Having an example of how to use this feature in the values.yaml makes it clear how it is to be used.
This commit is contained in:
Tobias Balle-Petersen 2023-09-28 09:45:10 +02:00 committed by GitHub
parent 4bac1200bf
commit d75003cd83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,6 +153,8 @@ controller:
# -- Allows customization of the configmap / nginx-configmap namespace; defaults to $(POD_NAMESPACE)
configMapNamespace: ""
tcp:
# -- Route TCP traffic on port 22 to port 2222 on a service in the cluster
# 22: some-namespace/some-service:2222
# -- Allows customization of the tcp-services-configmap; defaults to $(POD_NAMESPACE)
configMapNamespace: ""
# -- Annotations to be added to the tcp config configmap