Skip to content

Commit

Permalink
Update DNSMasq to use serviceOverride instead of externalEndpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Sep 11, 2023
1 parent a7cb9f0 commit 0c40184
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ spec:
storageClass: local-storage
dns:
template:
externalEndpoints:
- ipAddressPool: ctlplane
loadBalancerIPs:
- 192.168.122.80
override:
service:
metadata:
annotations:
metallb.universe.tf/address-pool: ctlplane
metallb.universe.tf/allow-shared-ip: ctlplane
metallb.universe.tf/loadBalancerIPs: 192.168.122.80
spec:
type: LoadBalancer
options:
- key: server
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ spec:
storageClass: local-storage
dns:
template:
externalEndpoints:
- ipAddressPool: ctlplane
loadBalancerIPs:
- 192.168.122.80
override:
service:
metadata:
annotations:
metallb.universe.tf/address-pool: ctlplane
metallb.universe.tf/allow-shared-ip: ctlplane
metallb.universe.tf/loadBalancerIPs: 192.168.122.80
spec:
type: LoadBalancer
options:
- key: server
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ spec:
storageClass: local-storage
dns:
template:
externalEndpoints:
- ipAddressPool: ctlplane
loadBalancerIPs:
- 192.168.122.80
override:
service:
metadata:
annotations:
metallb.universe.tf/address-pool: ctlplane
metallb.universe.tf/allow-shared-ip: ctlplane
metallb.universe.tf/loadBalancerIPs: 192.168.122.80
spec:
type: LoadBalancer
options:
- key: server
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ spec:
readOnly: true
dns:
template:
externalEndpoints:
- ipAddressPool: ctlplane
loadBalancerIPs:
- 192.168.122.80
override:
service:
metadata:
annotations:
metallb.universe.tf/address-pool: ctlplane
metallb.universe.tf/allow-shared-ip: ctlplane
metallb.universe.tf/loadBalancerIPs: 192.168.122.80
spec:
type: LoadBalancer
options:
- key: server
values:
Expand Down

0 comments on commit 0c40184

Please sign in to comment.