mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
onedev ssh
This commit is contained in:
13
onedev/ingress-route-tcp.yaml
Normal file
13
onedev/ingress-route-tcp.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: onedev-ssh
|
||||
namespace: onedev
|
||||
spec:
|
||||
entryPoints:
|
||||
- onedev-ssh
|
||||
routes:
|
||||
- match: HostSNI(`*`)
|
||||
services:
|
||||
- name: onedev
|
||||
port: 22
|
||||
@@ -31,6 +31,10 @@ spec:
|
||||
port: 55522
|
||||
expose:
|
||||
default: true
|
||||
onedev-ssh:
|
||||
port: 2222
|
||||
expose:
|
||||
default: true
|
||||
wireguard-udp:
|
||||
port: 51822
|
||||
protocol: UDP
|
||||
|
||||
Reference in New Issue
Block a user