platform: align GX10 Traefik source policy with live chart

This commit is contained in:
Andrew Stoltz
2026-06-18 16:26:47 -05:00
parent ac153248c2
commit 3948350ac2
2 changed files with 20 additions and 66 deletions

View File

@@ -255,7 +255,7 @@ public sealed class FleetManifestLintTests
var path = Path.Combine(Inventory.BluejayRoot, "gx10", "platform", "traefik-helmchart.yaml");
var manifest = File.ReadAllText(path);
manifest.Should().Contain("metallb.io/loadBalancerIPs: \"10.0.57.202\"");
manifest.Should().Contain("metallb.universe.tf/loadBalancerIPs: 10.0.57.202");
manifest.Should().Contain("spec:\n externalTrafficPolicy: Local");
}