We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a05cd commit deaac1fCopy full SHA for deaac1f
charts/factorio-server-charts/templates/rcon-service.yaml
@@ -17,7 +17,7 @@ spec:
17
ports:
18
- name: rcon
19
port: {{ .Values.rcon.port }}
20
- targetPort: {{ .Values.factorioServer.rcon_port | quote }}
+ targetPort: {{ .Values.factorioServer.rcon_port }}
21
{{- if eq .Values.rcon.type "NodePort" }}
22
nodePort: {{ .Values.rcon.port}}
23
{{- end }}
0 commit comments