21 lines
348 B
YAML
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
|
|
|
|
|