chore(k8s): router rewrite
- returned to Host matcher instead of Hostregexp - switched dockercompose labels to letsencrypt - renamed DoH route
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ services:
|
||||
# Prod Router
|
||||
- "traefik.http.routers.termix.rule=Host(`termix.forust.xyz`)"
|
||||
- "traefik.http.routers.termix.entrypoints=websecure"
|
||||
- "traefik.http.routers.termix.tls=true"
|
||||
- "traefik.http.routers.termix.tls.certresolver=letsencrypt"
|
||||
# Local Router
|
||||
- "traefik.http.routers.termix-local.rule=Host(`termix.workstation.internal`)"
|
||||
- "traefik.http.routers.termix-local.entrypoints=websecure"
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: HostRegexp(`^termix\.forust\.xyz$`)
|
||||
- match: Host(`termix.forust.xyz`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: termix-service
|
||||
@@ -29,4 +29,3 @@ spec:
|
||||
services:
|
||||
- name: termix-service
|
||||
port: 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user