fix middleware name 2
This commit is contained in:
parent
f809e15767
commit
12bf63460c
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: umami
|
||||
namespace: olympus
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.middlewares: olympus-umami-replace-js@kubernetescrd
|
||||
traefik.ingress.kubernetes.io/router.middlewares: olympus-umamijs@kubernetescrd
|
||||
spec:
|
||||
rules:
|
||||
- host: "analytics.0x76.dev"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: umami-replace-js
|
||||
namespace: networking
|
||||
name: umamijs
|
||||
namespace: olympus
|
||||
spec:
|
||||
replacePathRegex:
|
||||
regex: ^/script\.js
|
||||
|
|
Loading…
Add table
Reference in a new issue