Skip to content

Commit 4afd0fe

Browse files
committed
dont quote targetPort
1 parent 4c516d0 commit 4afd0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/factorio-server-charts/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
{{- end }}
2121
ports:
2222
- name: factorio
23-
targetPort: {{ .Values.factorioServer.port | quote }}
23+
targetPort: {{ .Values.factorioServer.port }}
2424
port: {{ .Values.service.port }}
2525
protocol: UDP
2626
{{- if eq .Values.service.type "NodePort" }}

0 commit comments

Comments
 (0)