From fb7dadd62af1d9d3a6fed6fbe920c6fbe3ec6609 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 18 Feb 2025 09:44:16 +0100 Subject: [PATCH] fix(mycloud-git-small): forgejo conflict with inner and outside chart secret - also traefik --- mycloud-git-small/templates/forgejo/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycloud-git-small/templates/forgejo/traefik.yaml b/mycloud-git-small/templates/forgejo/traefik.yaml index 523c48c..dd56c73 100644 --- a/mycloud-git-small/templates/forgejo/traefik.yaml +++ b/mycloud-git-small/templates/forgejo/traefik.yaml @@ -11,6 +11,6 @@ spec: routes: - match: "HostSNI(`*`)" services: - - name: {{ .Release.Name }}-forgejo-ssh + - name: {{ .Release.Name }}-forgejo-hr-ssh port: 22 {{- end }}