Adjust Rustdesk config
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
This commit is contained in:
@@ -34,8 +34,6 @@ spec:
|
|||||||
- "rd.hexor.cy:21117"
|
- "rd.hexor.cy:21117"
|
||||||
- "--port"
|
- "--port"
|
||||||
- "21116"
|
- "21116"
|
||||||
- "-k"
|
|
||||||
- "_"
|
|
||||||
ports:
|
ports:
|
||||||
- name: registry
|
- name: registry
|
||||||
containerPort: 21116
|
containerPort: 21116
|
||||||
@@ -43,24 +41,24 @@ spec:
|
|||||||
- name: nat
|
- name: nat
|
||||||
containerPort: 21115
|
containerPort: 21115
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: keys
|
# - name: keys
|
||||||
mountPath: /root
|
# mountPath: /root
|
||||||
readOnly: true
|
# readOnly: true
|
||||||
env:
|
env:
|
||||||
- name: RUST_LOG
|
- name: RUST_LOG
|
||||||
value: "info"
|
value: "info"
|
||||||
volumes:
|
# volumes:
|
||||||
- name: keys
|
# - name: keys
|
||||||
secret:
|
# secret:
|
||||||
secretName: rustdesk-keys
|
# secretName: rustdesk-keys
|
||||||
items:
|
# items:
|
||||||
- key: id_ed25519
|
# - key: id_ed25519
|
||||||
path: id_ed25519
|
# path: id_ed25519
|
||||||
mode: 0600
|
# mode: 0600
|
||||||
- key: id_ed25519.pub
|
# - key: id_ed25519.pub
|
||||||
path: id_ed25519.pub
|
# path: id_ed25519.pub
|
||||||
mode: 0644
|
# mode: 0644
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
@@ -96,27 +94,25 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- "--port"
|
- "--port"
|
||||||
- "21117"
|
- "21117"
|
||||||
- "-k"
|
|
||||||
- "_"
|
|
||||||
ports:
|
ports:
|
||||||
- name: relay
|
- name: relay
|
||||||
containerPort: 21117
|
containerPort: 21117
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: keys
|
# - name: keys
|
||||||
mountPath: /root
|
# mountPath: /root
|
||||||
readOnly: true
|
# readOnly: true
|
||||||
env:
|
env:
|
||||||
- name: RUST_LOG
|
- name: RUST_LOG
|
||||||
value: "info"
|
value: "info"
|
||||||
volumes:
|
# volumes:
|
||||||
- name: keys
|
# - name: keys
|
||||||
secret:
|
# secret:
|
||||||
secretName: rustdesk-keys
|
# secretName: rustdesk-keys
|
||||||
items:
|
# items:
|
||||||
- key: id_ed25519
|
# - key: id_ed25519
|
||||||
path: id_ed25519
|
# path: id_ed25519
|
||||||
mode: 0600
|
# mode: 0600
|
||||||
- key: id_ed25519.pub
|
# - key: id_ed25519.pub
|
||||||
path: id_ed25519.pub
|
# path: id_ed25519.pub
|
||||||
mode: 0644
|
# mode: 0644
|
||||||
|
Reference in New Issue
Block a user