Skip to content
Snippets Groups Projects
Commit 91231358 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fix redirection

parent afe8bc4b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ apiVersion: networking.k8s.io/v1beta1
metadata:
name: {{ printf "redirect-from-%s" . | replace "." "-" | trunc 63 | trimSuffix "-" | quote }}
annotations:
nginx.ingress.kubernetes.io/temporal-redirect: {{ $target }}
nginx.ingress.kubernetes.io/temporal-redirect: "https://{{ $target }}"
spec:
ingressClassName: external
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment