Commit graph

3 commits

Author SHA1 Message Date
08316689aa
#0000 - Add Factorio ports to Traefik configuration
This update introduces two new port configurations for Factorio, covering game traffic and Steam connections. Both ports are set to be exposed by default and use the TCP protocol. This change ensures proper routing for Factorio services via Traefik.
2025-02-16 11:17:24 +01:00
93e38384bf #0000 - Add default values file for Traefik Helm chart
Introduces a comprehensive `traefik.yaml` file with customizable settings for deploying Traefik as a Helm chart. This covers image configuration, deployment options, probes, logging, metrics, tracing, and provider-specific configurations, allowing ease of use and flexibility.
2025-01-25 19:38:52 +01:00
6e543dbe6e #0000 - Add custom node selectors and tolerations for Traefik deployment
This commit introduces a Helm values file for Traefik to define node selectors and tolerations for targeting specific nodes. The installation script is updated to use the new values file, allowing more precise scheduling of Traefik pods. Additionally, a safeguard is added to namespace creation to prevent errors if it already exists.
2024-12-27 13:52:01 +01:00