Add gitea-public IngressRoute for gitea.flowercore.io

This commit is contained in:
2026-03-11 00:50:54 +00:00
parent 263d31fa1d
commit 38cc306637

View File

@@ -0,0 +1,20 @@
# Gitea Public IngressRoute
# Routes gitea.flowercore.io to internal Gitea service via Cloudflare origin cert
# ArgoCD managed - BlueJay Lab
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: gitea-public
namespace: gitea
spec:
entryPoints:
- websecure
routes:
- match: Host(`gitea.flowercore.io`)
kind: Rule
services:
- name: gitea-http
port: 3000
tls:
secretName: cf-origin-flowercore-io