Skip to content

Commit

Permalink
fix: Ajustando o parâmetro NodePort após consolidar todos manifestos …
Browse files Browse the repository at this point in the history
…em um arquivo
  • Loading branch information
DiogoMajela committed Feb 26, 2024
1 parent 18845b9 commit 8a088f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/day-16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8a088f9

Please sign in to comment.