gitea does not go through traefik

This commit is contained in:
rasmus 2025-06-18 19:48:16 +03:00
parent 885f4b505e
commit db935de1a5
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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