Adjust Rustdesk config
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user