handle effects of surprise traefik upgrade
All checks were successful
/ diff-and-deploy (push) Successful in 2m15s
All checks were successful
/ diff-and-deploy (push) Successful in 2m15s
This commit is contained in:
parent
e5f3be3eb7
commit
f8abb4747c
5 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: ServersTransport
|
kind: ServersTransport
|
||||||
metadata:
|
metadata:
|
||||||
name: keycloak-frontend
|
name: keycloak-frontend
|
||||||
|
|
|
@ -195,7 +195,7 @@ spec:
|
||||||
name: homeserver-janky-solutions
|
name: homeserver-janky-solutions
|
||||||
port: 8008
|
port: 8008
|
||||||
- kind: Rule
|
- kind: Rule
|
||||||
match: Host(`matrix.janky.solutions`) && PathPrefix(`/_matrix/client/{version:.*}/{endpoint:(login|logout|refresh)}`)
|
match: Host(`matrix.janky.solutions`) && PathRegexp(`^/_matrix/client/.*/(login|logout|refresh)$`)
|
||||||
services:
|
services:
|
||||||
- kind: Service
|
- kind: Service
|
||||||
name: mas-janky-solutions
|
name: mas-janky-solutions
|
||||||
|
|
|
@ -50,7 +50,7 @@ spec:
|
||||||
- name: auth-http
|
- name: auth-http
|
||||||
port: 4181
|
port: 4181
|
||||||
---
|
---
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: Middleware
|
kind: Middleware
|
||||||
metadata:
|
metadata:
|
||||||
name: traefik-forward-auth-herzfeld-casa
|
name: traefik-forward-auth-herzfeld-casa
|
||||||
|
|
|
@ -50,7 +50,7 @@ spec:
|
||||||
- name: auth-http
|
- name: auth-http
|
||||||
port: 4181
|
port: 4181
|
||||||
---
|
---
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: Middleware
|
kind: Middleware
|
||||||
metadata:
|
metadata:
|
||||||
name: traefik-forward-auth
|
name: traefik-forward-auth
|
||||||
|
|
|
@ -34,6 +34,8 @@ spec:
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
allowCrossNamespace: true
|
allowCrossNamespace: true
|
||||||
allowExternalNameServices: true
|
allowExternalNameServices: true
|
||||||
|
kubernetesIngress:
|
||||||
|
allowExternalNameServices: true
|
||||||
logs:
|
logs:
|
||||||
access:
|
access:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue