gitea does not go through traefik
This commit is contained in:
@@ -7,3 +7,5 @@ Should ArgoCD be down manifests here can be applied with:
|
|||||||
```
|
```
|
||||||
kubectl apply -n gitea -f application.yaml
|
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.
|
||||||
|
@@ -13,6 +13,8 @@ spec:
|
|||||||
name: default
|
name: default
|
||||||
secretName: git-tls
|
secretName: git-tls
|
||||||
revisionHistoryLimit: 1
|
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
|
apiVersion: codemowers.cloud/v1beta1
|
||||||
kind: SecretClaim
|
kind: SecretClaim
|
||||||
|
Reference in New Issue
Block a user