From 1d9c17b72d02c710323205b8d3dd5a488efbac0e Mon Sep 17 00:00:00 2001 From: Neil Kuan <46012524+neilkuan@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:51:14 +0800 Subject: [PATCH] chore: comment example for containerPorts --- charts/telegraf/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/telegraf/values.yaml b/charts/telegraf/values.yaml index aab342da..0324738f 100644 --- a/charts/telegraf/values.yaml +++ b/charts/telegraf/values.yaml @@ -181,7 +181,7 @@ pdb: minAvailable: 1 # maxUnavailable: 1 -containerPorts: - - name: http - containerPort: 9273 - protocol: TCP +# containerPorts: +# - name: http +# containerPort: 9273 +# protocol: TCP