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