Added route to kovagoadigepe
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (pull_request) Successful in 13s
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (pull_request) Successful in 13s
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
This commit is contained in:
29
prod/route-to-kovagoadigepe.yaml
Normal file
29
prod/route-to-kovagoadigepe.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
http:
|
||||||
|
routers:
|
||||||
|
kovagoadi-gepe-http-router:
|
||||||
|
rule: "HostRegexp(`^.+\\.kovagoadi-gepe\\.kovagoadi\\.hu$`)"
|
||||||
|
entryPoints:
|
||||||
|
- "web"
|
||||||
|
service: "kovagoadi-gepe-http"
|
||||||
|
priority: 100
|
||||||
|
services:
|
||||||
|
kovagoadi-gepe-http:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: "http://192.168.1.81:80"
|
||||||
|
|
||||||
|
tcp:
|
||||||
|
routers:
|
||||||
|
kovagoadi-gepe-secure-router:
|
||||||
|
rule: "HostSNI(`*.kovagoadi-gepe.kovagoadi.hu`)"
|
||||||
|
service: "kovagoadi-gepe-secure"
|
||||||
|
tls:
|
||||||
|
passthrough: true
|
||||||
|
priority: 100
|
||||||
|
entryPoints:
|
||||||
|
- "https"
|
||||||
|
services:
|
||||||
|
kovagoadi-gepe-secure:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- address: "192.168.1.81:443"
|
||||||
Reference in New Issue
Block a user