changed from ingress to load-balancer so that we can support port forwarding through the firewall, which requires an IP

This commit is contained in:
Radar231 2021-08-03 20:23:26 -04:00
parent 53c51fa258
commit 19bc36d125
3 changed files with 15 additions and 0 deletions

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