Skip to content

Commit 4876e5d

Browse files
committed
fix: update Grafana ingress host format for consistency
🏠 Remote-Dev: homespace
1 parent a9ff705 commit 4876e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/pkg/k8s/monitoring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func deployGrafana(ctx *pulumi.Context, cluster *providers.ProviderInfo, ns *cor
279279
}
280280

281281
// Create ingress for external access
282-
grafanaHost := "grafana.registry." + environment + ".modelcontextprotocol.io"
282+
grafanaHost := "grafana." + environment + ".registry.modelcontextprotocol.io"
283283

284284
_, err = networkingv1.NewIngress(ctx, "grafana-ingress", &networkingv1.IngressArgs{
285285
Metadata: &metav1.ObjectMetaArgs{

0 commit comments

Comments
 (0)