Files
dev-cluster/apps/prod/gitea/ingress.yaml
2025-02-16 13:47:36 +01:00

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