Skip to content

Commit

Permalink
Revert from http to https until kserve/modelmesh#147 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Jul 22, 2024
1 parent 208ee45 commit 89d69b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ func (r *TrustyAIServiceReconciler) GetDeploymentsByLabel(ctx context.Context, n

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

0 comments on commit 89d69b2

Please sign in to comment.