switched from ingress to load-balancer

This commit is contained in:
Radar231 2023-09-19 08:14:19 -04:00
parent 5bbe4ecf0e
commit 5150e98caa
2 changed files with 19 additions and 0 deletions

19
uptime-kuma_lb.yml Normal file
View File

@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Service
metadata:
name: uptime-kuma
annotations:
metallb.universe.tf/address-pool: default
metallb.universe.tf/allow-shared-ip: "dot84"
spec:
loadBalancerIP: 192.168.20.84
ports:
- port: 80
targetPort: 3001
name: port3001
selector:
app: uptime-kuma
type: LoadBalancer
# EOF