factorio-server-charts icon indicating copy to clipboard operation
factorio-server-charts copied to clipboard

Use `replicaCount` Value in Deployment Template

Open epichb opened this issue 1 year ago • 2 comments

The configured replicaCount value was not used in the deployment config. This PR aims to remediate this issue.

epichb avatar Dec 06 '24 11:12 epichb

i think a more appropriate way would be to remove the value from helm values and keep it hardcoded in the deployment. factorio does not support running multiple instances at the same time.

Kariton avatar Dec 07 '24 09:12 Kariton

I see your point. My original use case was scaling down the instance when nobody was on the server, but that is probably better done by scaling manually and (in my case) excluding replica count from the Argo sync.

epichb avatar Dec 07 '24 10:12 epichb