add unifi and gittea
This commit is contained in:
38
apps/unifi/unifi-service.yaml
Normal file
38
apps/unifi/unifi-service.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user