Skip to content

Commit

Permalink
Merge pull request #232 from DiogoMajela/fix-nodePort-parameter
Browse files Browse the repository at this point in the history
fix: Ajustando o parâmetro NodePort após consolidar todos manifestos
  • Loading branch information
badtuxx committed Mar 1, 2024
2 parents d0dfd40 + 8a088f9 commit 8013f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/day-16/README.md
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 8013f82

Please sign in to comment.