Files
KubeApps/apps/unifi/unifi-service.yaml
Chris Richardson 331afdcd97 add unifi and gittea
2025-01-24 11:21:27 -05:00

38 lines
714 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: unifi-service
spec:
ports:
- port: 8443
targetPort: 8443
name: web-admin
- port: 8080
targetPort: 8080
name: http
- port: 8843
targetPort: 8843
name: https-guest
- port: 8880
targetPort: 8880
name: http-guest
- port: 6789
targetPort: 6789
name: mobile-test
- port: 3478
targetPort: 3478
name: stun-port
- port: 10001
targetPort: 10001
name: ap-discovery
- port: 1900
targetPort: 1900
name: l2-discovery
- port: 5514
targetPort: 5514
name: syslog
selector:
app: unifi
sessionAffinity: None
type: LoadBalancer