Adjustments

This commit is contained in:
mr
2025-03-27 13:04:29 +01:00
parent 1ef92e5975
commit 4ef9bb399f
30 changed files with 68 additions and 299 deletions

View File

@@ -26,7 +26,7 @@ kind: Middleware
metadata:
name: strip-shared-prefix
spec:
stripPrefix:
prefixes:
- "/shared"
replacePathRegex:
regex: ^/shared(.*)
replacement: /oc$1
{{- end }}