Adjust Rustdesk certs
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
- Ingress
|
||||
- Egress
|
||||
ingress:
|
||||
# Разрешаем все входящие подключения на RustDesk порты
|
||||
# Allow all incoming connections to RustDesk ports
|
||||
- from: []
|
||||
ports:
|
||||
- protocol: TCP
|
||||
@@ -21,24 +21,24 @@ spec:
|
||||
- protocol: UDP
|
||||
port: 21116
|
||||
- protocol: TCP
|
||||
port: 21118
|
||||
# Разрешаем Traefik ingress для веб-интерфейса
|
||||
port: 21114
|
||||
# Allow Traefik ingress for web interface
|
||||
- from:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
name: kube-system
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 21118
|
||||
port: 21114
|
||||
egress:
|
||||
# Разрешаем DNS
|
||||
# Allow DNS
|
||||
- to: []
|
||||
ports:
|
||||
- protocol: UDP
|
||||
port: 53
|
||||
- protocol: TCP
|
||||
port: 53
|
||||
# Разрешаем связь между HBBS и HBBR
|
||||
# Allow communication between HBBS and HBBR
|
||||
- to:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
@@ -60,12 +60,12 @@ spec:
|
||||
- Ingress
|
||||
- Egress
|
||||
ingress:
|
||||
# Разрешаем все входящие подключения на relay порт
|
||||
# Allow all incoming connections to relay port
|
||||
- from: []
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 21117
|
||||
# Разрешаем подключения от HBBS
|
||||
# Allow connections from HBBS
|
||||
- from:
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
@@ -74,7 +74,7 @@ spec:
|
||||
- protocol: TCP
|
||||
port: 21117
|
||||
egress:
|
||||
# Разрешаем DNS
|
||||
# Allow DNS
|
||||
- to: []
|
||||
ports:
|
||||
- protocol: UDP
|
||||
|
Reference in New Issue
Block a user