From db935de1a5a7381baa5d531f88100e42cf418f12 Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 18 Jun 2025 19:48:16 +0300 Subject: [PATCH] gitea does not go through traefik --- gitea/README.md | 2 ++ gitea/application.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gitea/README.md b/gitea/README.md index c6a5dfe..ed6ee88 100644 --- a/gitea/README.md +++ b/gitea/README.md @@ -7,3 +7,5 @@ Should ArgoCD be down manifests here can be applied with: ``` kubectl apply -n gitea -f application.yaml ``` + +Gitea DOES NOT go through Traefik. It has its own IP because ssh :22 would conflict with kube worker ssh. On its own IP, at the moment it doesn't flirt with Traefik — also has its own certificate. diff --git a/gitea/application.yaml b/gitea/application.yaml index 97c1db1..40ec6fa 100644 --- a/gitea/application.yaml +++ b/gitea/application.yaml @@ -13,6 +13,8 @@ spec: name: default secretName: git-tls revisionHistoryLimit: 1 + +# Gitea DOES NOT go through Traefik. It has its own IP because ssh :22 would conflict with kube worker ssh. On its own IP, at the moment it doesn't flirt with Traefik — also has its own certificate. --- apiVersion: codemowers.cloud/v1beta1 kind: SecretClaim