Sync GX10 Traefik VIP and Intranet route
This commit is contained in:
@@ -255,8 +255,8 @@ public sealed class FleetManifestLintTests
|
||||
var traefikPath = Path.Combine(Inventory.BluejayRoot, "gx10", "platform", "traefik-helmchart.yaml");
|
||||
var traefik = File.ReadAllText(traefikPath);
|
||||
|
||||
traefik.Should().Contain("metallb.io/loadBalancerIPs: 10.0.57.202");
|
||||
traefik.Should().Contain("spec:\n externalTrafficPolicy: Local");
|
||||
traefik.Should().Contain("loadBalancerIP: 10.0.56.200");
|
||||
traefik.Should().Contain("externalTrafficPolicy: Cluster");
|
||||
|
||||
var giteaPath = Path.Combine(Inventory.BluejayRoot, "gx10", "platform", "gitea-ssh-service.yaml");
|
||||
var gitea = File.ReadAllText(giteaPath);
|
||||
|
||||
@@ -120,7 +120,7 @@ public sealed class Gx10AppleMdmNanohubTests
|
||||
readme.Should().Contain("FlowerCore Apple MDM Runtime");
|
||||
readme.Should().Contain("Secret/fc-apple-mdm-runtime");
|
||||
readme.Should().Contain("imagePullPolicy: Never");
|
||||
readme.Should().Contain("10.0.57.202");
|
||||
readme.Should().Contain("10.0.56.200");
|
||||
readme.Should().Contain("https://mdm.iamworkin.lan/scep/apple-mdm-scep");
|
||||
readme.Should().Contain("Smallstep SCEP requires an RSA intermediate");
|
||||
readme.Should().Contain("does not create an APNs MDM push certificate");
|
||||
|
||||
Reference in New Issue
Block a user