mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
15 lines
288 B
YAML
15 lines
288 B
YAML
# /apps/prod/gitea/ingress.yaml
|
|
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: gitea-web-ingress
|
|
namespace: gitea
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`${GITEA_DOMAIN}`)
|
|
kind: Rule
|
|
services:
|
|
- name: gitea-http
|
|
port: 3000 |