feat: add traefik public ip?

This commit is contained in:
2024-11-04 21:50:25 -05:00
parent 1728ae5140
commit 698f9863e9
3 changed files with 12 additions and 1 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -11,7 +11,7 @@
};
premhome-gc1 = {
role = "server";
private-ip = "167.253.159.47";
zt-ip = "10.222.0.13";
};
}