Files
douwsky-proxy/deploy/ingress.yaml
2026-05-12 21:44:34 +02:00

21 lines
348 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: douwsky-proxy
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`git.melosh.tech`)
priority: 10
services:
- name: douwsky-proxy
port: 80
tls:
secretName: douwsky-proxy
domains:
- main: git.melosh.tech