From 632ad5ec0b472c482415ebda347abf54d3805732 Mon Sep 17 00:00:00 2001 From: Danton Bertuol Date: Wed, 14 Aug 2024 08:36:39 -0300 Subject: [PATCH] docs: changed comment to standard format --- charts/trino/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index 8f4f68b7..60854f84 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -348,9 +348,8 @@ service: annotations: {} type: ClusterIP port: 8080 -# -- The port the service listens on. -# -- If using "NodePort" type, set the nodePort value: -# nodePort: 30080 + # service.nodePort -- The port the service listens on the host, for NodePort type. If not set, Kubernetes will [allocate a port automatically](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport-custom-port). + nodePort: "" auth: {} # auth -- Available authentication methods.