gitea: fix ingressroute syntax

This commit is contained in:
2025-06-15 20:08:39 -04:00
parent 09e035cf03
commit 2b528df50f

View File

@@ -86,11 +86,11 @@ gitea:
- gitssh
routes:
- kind: Rule
match: Host(`git-ssh.dubyatp.xyz`)
priority: 10
services:
- name: gitea-ssh
port: 22
match: Host(`git-ssh.dubyatp.xyz`)
priority: 10
services:
- name: gitea-ssh
port: 22
- apiVersion: v1
kind: Secret
metadata: