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

@@ -16,7 +16,9 @@ spec:
port: 8080
middlewares:
- name: strip-datacenter-prefix
- name: forward-auth
{{- if index .Values.ocAuth.enableTraefikProxyIntegration }}
- name: forward-auth
{{- end }}
---
apiVersion: traefik.io/v1alpha1
@@ -24,7 +26,7 @@ kind: Middleware
metadata:
name: strip-datacenter-prefix
spec:
stripPrefix:
prefixes:
- "/datacenter"
replacePathRegex:
regex: ^/datacenter(.*)
replacement: /oc$1
{{- end }}