File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
charts/factorio-server-charts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sources:
2020# This is the chart version. This version number should be incremented each time you make changes
2121# to the chart and its templates, including the app version.
2222# Versions are expected to follow Semantic Versioning (https://semver.org/)
23- version : 1.2.0
23+ version : 1.2.1
2424
2525# This is the version number of the application being deployed. This version number should be
2626# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ spec:
114114 livenessProbe :
115115 exec :
116116 command :
117- - ' /bin/ps aux | /bin/grep factorio'
117+ - /bin/bash
118+ - -ec
119+ - ' /bin/ps aux | /bin/grep -v grep | /bin/grep factorio'
118120 periodSeconds : 10
119121 initialDelaySeconds : 5
120122 failureThreshold : 3
You can’t perform that action at this time.
0 commit comments