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 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: {}