changed load-balancer to metallb

This commit is contained in:
Radar231 2021-10-19 14:32:43 -04:00
parent 312fe8169f
commit 3096769f1e
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: maxwaldorf-guacamole
annotations:
metallb.universe.tf/address-pool: default
metallb.universe.tf/allow-shared-ip: "dot82"
spec:
loadBalancerIP: 192.168.7.82
ports:
- port: 85
targetPort: 8080
selector:
app: maxwaldorf-guacamole
type: LoadBalancer
# EOF

View File

@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: maxwaldorf-guacamole
spec:
selector:
app: maxwaldorf-guacamole
ports:
- protocol: TCP
port: 85
targetPort: 8080
type: LoadBalancer
# EOF