From 735ae5f18d7310cdac1586657bc4c3518ca0679f Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Sun, 16 Feb 2025 11:20:55 +0100 Subject: [PATCH] #0000 - Fix naming conventions for Factorio services in Traefik. Updated service identifiers from snake_case to kebab-case for consistency. This change aligns with standard naming practices and improves readability. --- helm-values/traefik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-values/traefik.yaml b/helm-values/traefik.yaml index 54d7772..9ddaa1e 100644 --- a/helm-values/traefik.yaml +++ b/helm-values/traefik.yaml @@ -754,13 +754,13 @@ ports: default: true exposedPort: 25565 protocol: TCP - factorio_game: + factorio-game: port: 34197 expose: default: true exposedPort: 34197 protocol: TCP - factorio_steam: + factorio-steam: port: 27015 expose: default: true