gitea: use ingressroutetcp
This commit is contained in:
@@ -79,16 +79,15 @@ gitea:
|
||||
INSTALL_LOCK: true
|
||||
extraDeploy:
|
||||
- apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: gitea-ssh
|
||||
spec:
|
||||
entryPoints:
|
||||
- gitssh
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`git-ssh.dubyatp.xyz`)
|
||||
priority: 10
|
||||
- match: HostSNI(`*`)
|
||||
priority: 1
|
||||
services:
|
||||
- name: gitea-ssh
|
||||
port: 22
|
||||
|
||||
Reference in New Issue
Block a user