Skip to content

Commit 89d69b2

Browse files
committed
Revert from http to https until kserve/modelmesh#147 is merged
1 parent 208ee45 commit 89d69b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ func (r *TrustyAIServiceReconciler) GetDeploymentsByLabel(ctx context.Context, n
6464

6565
// generateServiceURL generates an internal URL for a TrustyAI service
6666
func generateServiceURL(crName string, namespace string) string {
67-
return "https://" + crName + "." + namespace + ".svc"
67+
return "http://" + crName + "." + namespace + ".svc"
6868
}

0 commit comments

Comments
 (0)