Add redirects sign.k-space.ee, members.k-space.ee
There still are dead inventory links with members.k-space.ee
This commit is contained in:
25
signs/application-extras.yaml
Normal file
25
signs/application-extras.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: sign-redirect
|
||||
spec:
|
||||
redirectRegex:
|
||||
regex: ^https://sign.k-space.ee/(.*)
|
||||
replacement: https://signs.k-space.ee/${1}
|
||||
permanent: true
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: sign
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`sign.k-space.ee`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: sign-redirect
|
||||
services:
|
||||
- kind: TraefikService
|
||||
name: api@internal
|
Reference in New Issue
Block a user