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 d79d012 commit a7a05cdCopy full SHA for a7a05cd
charts/factorio-server-charts/templates/deployment.yaml
@@ -143,7 +143,7 @@ spec:
143
- name: factorio
144
containerPort: 34197
145
protocol: UDP
146
- - containerPort: {{ .Values.factorioServer.rcon_port | quote }}
+ - containerPort: {{ .Values.factorioServer.rcon_port }}
147
protocol: TCP
148
resources:
149
{{ toYaml .Values.resources | indent 10 }}
0 commit comments