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 - gitssh
routes: routes:
- kind: Rule - kind: Rule
match: Host(`git-ssh.dubyatp.xyz`) match: Host(`git-ssh.dubyatp.xyz`)
priority: 10 priority: 10
services: services:
- name: gitea-ssh - name: gitea-ssh
port: 22 port: 22
- apiVersion: v1 - apiVersion: v1
kind: Secret kind: Secret
metadata: metadata: