From 2b528df50f85dc606ae5ccbb59eb04cd5816ff10 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 15 Jun 2025 20:08:39 -0400 Subject: [PATCH] gitea: fix ingressroute syntax --- gitea/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index 6313601..83db2a0 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -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: