This commit is contained in:
2026-05-12 21:44:34 +02:00
commit 2379497cb7
7 changed files with 107 additions and 0 deletions

20
deploy/ingress.yaml Normal file
View File

@@ -0,0 +1,20 @@
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