init
This commit is contained in:
20
deploy/ingress.yaml
Normal file
20
deploy/ingress.yaml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user