fix: correct nextcloud middleware namespaces

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-09 00:24:24 +02:00
parent 1de52a6c13
commit 7d70fd7143
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 7.1.2
version: 7.1.3
@@ -18,6 +18,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: tc-nextcloud-redirectregex-dav
namespace: {{ $namespace }}
spec:
redirectRegex:
regex: "https://(.*)/.well-known/(card|cal)dav"
@@ -27,6 +28,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: tc-nextcloud-redirectregex-finger
namespace: {{ $namespace }}
spec:
redirectRegex:
regex: "https://(.*)/.well-known/webfinger"
@@ -36,6 +38,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: tc-nextcloud-redirectregex-hostmeta
namespace: {{ $namespace }}
spec:
redirectRegex:
regex: "https://(.*)/.well-known/host-meta"
@@ -45,6 +48,7 @@ apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: tc-nextcloud-redirectregex-hostmetajson
namespace: {{ $namespace }}
spec:
redirectRegex:
regex: "https://(.*)/.well-known/host-meta.json"