From 926db07be8149369f0c61cd1805179bcf50e8249 Mon Sep 17 00:00:00 2001 From: Lucas Nikola Pape Date: Tue, 30 Dec 2025 21:35:21 +0100 Subject: [PATCH] fix: use specific nodePort value --- charts/factorio-server-charts/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/factorio-server-charts/templates/service.yaml b/charts/factorio-server-charts/templates/service.yaml index 4e8c0be..308fc56 100644 --- a/charts/factorio-server-charts/templates/service.yaml +++ b/charts/factorio-server-charts/templates/service.yaml @@ -34,7 +34,7 @@ spec: port: {{ .Values.service.port }} protocol: UDP {{- if eq .Values.service.type "NodePort" }} - nodePort: {{ .Values.service.port }} + nodePort: {{ .Values.service.nodePort }} {{- end }} selector: app: {{ template "factorio-server-charts.fullname" . }}