From 8a088f9fb417bee5898ffe31e611daf2cf0f25b5 Mon Sep 17 00:00:00 2001 From: Diogo Lopes Date: Mon, 26 Feb 2024 16:18:19 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Ajustando=20o=20par=C3=A2metro=20NodePor?= =?UTF-8?q?t=20ap=C3=B3s=20consolidar=20todos=20manifestos=20em=20um=20arq?= =?UTF-8?q?uivo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt/day-16/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/day-16/README.md b/pt/day-16/README.md index f7d7d1f8..363ad75c 100644 --- a/pt/day-16/README.md +++ b/pt/day-16/README.md @@ -1084,7 +1084,7 @@ spec: protocol: TCP name: {{ $port.name }} {{ if eq $port.serviceType "NodePort" }} - nodePort: {{ $port.nodePort }} + nodePort: {{ $port.NodePort }} {{ end }} selector: app: {{ $config.labels.app }}