feat: add traefik public ip?
This commit is contained in:
@@ -17,3 +17,12 @@ metadata:
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- first-pool
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: premhome-gc1
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- 167.253.159.47/32
|
||||
|
||||
@@ -48,6 +48,8 @@ kind: Service
|
||||
metadata:
|
||||
name: traefik-external
|
||||
namespace: traefik-system
|
||||
annotations:
|
||||
metallb.universe.tf/address-pool: premhome-gc1
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user