diff --git a/helm-values/traefik.yaml b/helm-values/traefik.yaml index 25925b3..54d7772 100644 --- a/helm-values/traefik.yaml +++ b/helm-values/traefik.yaml @@ -754,6 +754,18 @@ ports: default: true exposedPort: 25565 protocol: TCP + factorio_game: + port: 34197 + expose: + default: true + exposedPort: 34197 + protocol: TCP + factorio_steam: + port: 27015 + expose: + default: true + exposedPort: 27015 + protocol: TCP # -- TLS Options are created as [TLSOption CRDs](https://doc.traefik.io/traefik/https/tls/#tls-options) # When using `labelSelector`, you'll need to set labels on tlsOption accordingly.