Adjust Rustdesk certs
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
Ultradesu
2025-07-18 15:22:18 +03:00
parent ca7fed506b
commit 00177d347f
4 changed files with 30 additions and 30 deletions

View File

@@ -11,17 +11,17 @@ spec:
selector:
app: rustdesk-hbbs
ports:
- name: nat
port: 21115
targetPort: 21115
protocol: TCP
- name: registry-tcp
port: 21116
targetPort: 21116
protocol: TCP
- name: nat
port: 21115
targetPort: 21115
protocol: TCP
- name: web
port: 21118
targetPort: 21118
port: 21114
targetPort: 21114
protocol: TCP
---
@@ -61,7 +61,7 @@ spec:
protocol: TCP
---
# ClusterIP сервис для веб-интерфейса (используется через Ingress)
# ClusterIP service for web interface (used via Ingress)
apiVersion: v1
kind: Service
metadata:
@@ -74,6 +74,6 @@ spec:
app: rustdesk-hbbs
ports:
- name: web
port: 21118
targetPort: 21118
port: 21114
targetPort: 21114
protocol: TCP