ensure nimcraft uses production ip pool for metallb

This commit is contained in:
2023-10-09 16:07:52 -04:00
parent 35ec3d94f9
commit fd44477f9e

View File

@@ -3,7 +3,8 @@ kind: Service
metadata: metadata:
name: {{ .Release.Name }} name: {{ .Release.Name }}
annotations: annotations:
metallb.universe.tf/allow-shared-ip: "containers" metallb.universe.tf/address-pool: "production"
metallb.universe.tf/allow-shared-ip: "production"
spec: spec:
externalTrafficPolicy: Cluster externalTrafficPolicy: Cluster
selector: selector: