Skip to content

Commit e3946b4

Browse files
committed
fix: Operator route creation for Feast UI in OpenShift
Signed-off-by: Abdul Hameed <[email protected]>
1 parent 3224571 commit e3946b4

File tree

1 file changed

+1
-1
lines changed
  • infra/feast-operator/internal/controller/services

1 file changed

+1
-1
lines changed

infra/feast-operator/internal/controller/services/services.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ func (feast *FeastServices) setRoute(route *routev1.Route, feastType FeastServic
463463
}
464464
if tls.IsTLS() {
465465
route.Spec.TLS = &routev1.TLSConfig{
466-
Termination: routev1.TLSTerminationPassthrough,
466+
Termination: routev1.TLSTerminationReencrypt,
467467
InsecureEdgeTerminationPolicy: routev1.InsecureEdgeTerminationPolicyRedirect,
468468
}
469469
}

0 commit comments

Comments
 (0)