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