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

This commit is contained in:
Ultradesu
2025-07-18 15:33:09 +03:00
parent 364f5b38a9
commit 414d60edb4
4 changed files with 0 additions and 63 deletions

View File

@@ -19,10 +19,6 @@ spec:
port: 21115
targetPort: 21115
protocol: TCP
- name: web
port: 21114
targetPort: 21114
protocol: TCP
---
apiVersion: v1
@@ -59,21 +55,3 @@ spec:
port: 21117
targetPort: 21117
protocol: TCP
---
# ClusterIP service for web interface (used via Ingress)
apiVersion: v1
kind: Service
metadata:
name: rustdesk-web
labels:
app: rustdesk-hbbs
spec:
type: ClusterIP
selector:
app: rustdesk-hbbs
ports:
- name: web
port: 21114
targetPort: 21114
protocol: TCP