From fd44477f9e92e3e3b8ddfd6eef2066a390dde26a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 9 Oct 2023 16:07:52 -0400 Subject: [PATCH] ensure nimcraft uses production ip pool for metallb --- helm/minecraft/templates/service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/minecraft/templates/service.yaml b/helm/minecraft/templates/service.yaml index 91d1e9b..61f4308 100644 --- a/helm/minecraft/templates/service.yaml +++ b/helm/minecraft/templates/service.yaml @@ -3,7 +3,8 @@ kind: Service metadata: name: {{ .Release.Name }} annotations: - metallb.universe.tf/allow-shared-ip: "containers" + metallb.universe.tf/address-pool: "production" + metallb.universe.tf/allow-shared-ip: "production" spec: externalTrafficPolicy: Cluster selector: