Skip to content

Commit deaac1f

Browse files
committed
dont quote targetPort
1 parent a7a05cd commit deaac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
ports:
1818
- name: rcon
1919
port: {{ .Values.rcon.port }}
20-
targetPort: {{ .Values.factorioServer.rcon_port | quote }}
20+
targetPort: {{ .Values.factorioServer.rcon_port }}
2121
{{- if eq .Values.rcon.type "NodePort" }}
2222
nodePort: {{ .Values.rcon.port}}
2323
{{- end }}

0 commit comments

Comments
 (0)