traefik: enable crds in olympus
This commit is contained in:
parent
a179bd0f40
commit
39fcee6639
2 changed files with 7 additions and 1 deletions
|
@ -60,6 +60,12 @@ spec:
|
|||
plugins:
|
||||
enabled: false
|
||||
affinity: {}
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
enabled: true
|
||||
namespaces:
|
||||
- networking
|
||||
- olympus
|
||||
resources:
|
||||
requests:
|
||||
memory: 100Mi
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
|
|||
kind: Middleware
|
||||
metadata:
|
||||
name: umami-replace-js
|
||||
namespace: olympus
|
||||
namespace: networking
|
||||
spec:
|
||||
replacePathRegex:
|
||||
regex: ^/script\.js
|
||||
|
|
Loading…
Add table
Reference in a new issue