UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Added redirect to block a URL

Open @arun_sanna requested to merge develop into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,18 @@ spec:
{{- end }}
hosts:
- {{ .Values.hostname }}
http:
- match:
- uri:
exact: "/web/database/manager"
rewrite:
uri: /
route:
- destination:
host: {{ $serviceName }}
port:
number: {{ .Values.containerPort }}
- route:
- destination:
host: {{ $serviceName }}
Loading