k8s_maxwaldorf-guacamole/maxwaldorf-guacamole_lb.yml

19 lines
334 B
YAML
Raw Permalink Normal View History

2021-10-19 14:32:43 -04:00
---
apiVersion: v1
kind: Service
metadata:
name: maxwaldorf-guacamole
annotations:
metallb.universe.tf/address-pool: default
metallb.universe.tf/allow-shared-ip: "dot82"
spec:
2022-11-19 08:04:02 -05:00
loadBalancerIP: 192.168.20.82
2021-10-19 14:32:43 -04:00
ports:
- port: 85
targetPort: 8080
selector:
app: maxwaldorf-guacamole
type: LoadBalancer
# EOF