forked from k-space/kube
fix redirects
This commit is contained in:
25
passmower/application-extras.yaml
Normal file
25
passmower/application-extras.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: auth2-redirect
|
||||
spec:
|
||||
redirectRegex:
|
||||
regex: ^https://auth2.k-space.ee/(.*)
|
||||
replacement: https://auth.k-space.ee/${1}
|
||||
permanent: false
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: auth2
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`auth2.k-space.ee`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: auth2-redirect
|
||||
services:
|
||||
- kind: TraefikService
|
||||
name: api@internal
|
Reference in New Issue
Block a user