34 lines
635 B
YAML
34 lines
635 B
YAML
|
lib:
|
||
|
|
||
|
service:
|
||
|
tcp:
|
||
|
enabled: true
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
https:
|
||
|
port: 8443
|
||
|
protocol: TCP
|
||
|
targetPort: 8443
|
||
|
http_redirect:
|
||
|
port: 8880
|
||
|
protocol: TCP
|
||
|
https_redirect:
|
||
|
port: 8843
|
||
|
protocol: TCP
|
||
|
speed_test:
|
||
|
port: 6789
|
||
|
protocol: TCP
|
||
|
udp:
|
||
|
enabled: true
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
stun:
|
||
|
port: 3478
|
||
|
protocol: UDP
|
||
|
device_discovery:
|
||
|
port: 10001
|
||
|
protocol: UDP
|
||
|
local_discovery:
|
||
|
port: 1900
|
||
|
protocol: UDP
|