Add gitea-public IngressRoute for gitea.flowercore.io
This commit is contained in:
20
apps/gitea-public/gitea-public.yaml
Normal file
20
apps/gitea-public/gitea-public.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user