ensure nimcraft uses production ip pool for metallb
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user