Skip to content

Commit 4c516d0

Browse files
committed
dont quote containerPort
1 parent 0547d6c commit 4c516d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
failureThreshold: 3
142142
ports:
143143
- name: factorio
144-
containerPort: {{ .Values.factorioServer.port | quote }}
144+
containerPort: {{ .Values.factorioServer.port }}
145145
protocol: UDP
146146
- containerPort: 27015
147147
protocol: TCP

0 commit comments

Comments
 (0)