From 7ea5d42a3a771a3472ac0ed427d83c0d2bc30fc3 Mon Sep 17 00:00:00 2001 From: Azure-Owl Date: Sun, 3 May 2026 19:52:15 +0200 Subject: [PATCH 1/2] Add support for static load balancer ip --- charts/factorio-server-charts/templates/service.yaml | 3 +++ charts/factorio-server-charts/values.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/charts/factorio-server-charts/templates/service.yaml b/charts/factorio-server-charts/templates/service.yaml index 4e8c0be..4d05bd1 100644 --- a/charts/factorio-server-charts/templates/service.yaml +++ b/charts/factorio-server-charts/templates/service.yaml @@ -28,6 +28,9 @@ spec: {{- if .Values.service.externalTrafficPolicy}} externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }} {{- end }} + {{- if .Values.service.loadBalancerIP}} + loadBalancerIP: {{ .Values.service.loadBalancerIP }} + {{- end }} ports: - name: factorio targetPort: {{ .Values.factorioServer.port }} diff --git a/charts/factorio-server-charts/values.yaml b/charts/factorio-server-charts/values.yaml index 94ec8ac..03a918e 100644 --- a/charts/factorio-server-charts/values.yaml +++ b/charts/factorio-server-charts/values.yaml @@ -83,6 +83,7 @@ service: # port: 34197 ## LoadBalancer setup # type: LoadBalancer + # loadBalancerIP: # externalTrafficPolicy: Cluster annotations: {} From f5b7dd4196743d3b0ecb6962dbd34d27246c042c Mon Sep 17 00:00:00 2001 From: Azure-Owl Date: Wed, 13 May 2026 12:55:19 +0200 Subject: [PATCH 2/2] bump chart version --- charts/factorio-server-charts/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/factorio-server-charts/Chart.yaml b/charts/factorio-server-charts/Chart.yaml index 28b272b..adcd79f 100644 --- a/charts/factorio-server-charts/Chart.yaml +++ b/charts/factorio-server-charts/Chart.yaml @@ -20,7 +20,7 @@ sources: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.5.2 +version: 2.5.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to